docker-compose systemd .service generator
This generator allows you to generate a systemd service file for a docker-compose
setup that is automatically restarted if it fails.
Service name
Working directory (docker-compose.yml
needs to be placed there!)
Download systemd service file
How to install
- Download
myservice.service
by clicking on the blue download button sudo systemctl enable myservice.service
(auto-start on boot)sudo systemctl start myservice.service
(start right now)
To view the latest logs, use sudo journalctl -xfu myservice.service
To view the current service status, use sudo systemctl status myservice.service
*Data protection notice:*All the data used for generating the service is processed entirely client-side in the browser. The data is not even sent to our server, therefore providing complete privacy for your entries!