Pull-based GitOps-style Docker Compose deployer: polls a (private) Git repo, detects changed stacks and reconciles only the affected
at main 12 lines 179 B view raw
1[Unit] 2Description=Run compose-sync every 5 minutes 3Requires=compose-sync.service 4 5[Timer] 6OnBootSec=5min 7OnUnitActiveSec=5min 8AccuracySec=1min 9 10[Install] 11WantedBy=timers.target 12