sysfiles/etc/systemd/system/docker-compose-registry.ser...

18 lines
392 B
SYSTEMD

[Unit]
Description=Docker Compose Registry Application Service
Requires=docker.service
After=docker.service
[Service]
WorkingDirectory=/opt/registry
ExecStart=/usr/bin/docker-compose --project-name registry up
ExecStop=/usr/bin/docker-compose --project-name registry down
TimeoutStartSec=0
Restart=on-failure
StartLimitIntervalSec=60
StartLimitBurst=3
[Install]
WantedBy=multi-user.target