[Unit] Description=Swarm data plane (Compose bundle, release {{ manifest.release }}) After=docker.service wg-quick@wg0.service Requires=docker.service [Service] Type=oneshot RemainAfterExit=yes WorkingDirectory={{ swarm_home }}/release ExecStart=/usr/bin/docker compose up -d ExecStop=/usr/bin/docker compose down TimeoutStartSec=300 [Install] WantedBy=multi-user.target