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!)

How to install

  1. Download myservice.service by clicking on the blue download button
  2. sudo systemctl enable myservice.service (auto-start on boot)
  3. 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!