---
services:
synchronizer:
image: registry.gitlab.com/tentypekmatus/synchronizer/synchronizer:latest
volumes:
- ~/.ssh:/root/.ssh:ro # Wherever your ssh keys are.
- ~/.synchronizer.yml:/root/.synchronizer.yml:ro # Or somewhere else
networks:
- synchronizer_net
restart: unless-stopped
networks:
synchronizer_net:
driver: bridge