[Unit]
Description=DNS proxy (Compose Service)
Requires=docker.service
After=docker.service

[Service]
WorkingDirectory=/opt/dns-proxy
ExecStart=/usr/bin/docker compose --project-name dns-proxy up
ExecStop=/usr/bin/docker compose --project-name dns-proxy down
TimeoutStartSec=0
Restart=on-failure
StartLimitIntervalSec=60
StartLimitBurst=3

[Install]
WantedBy=multi-user.target