[Unit] Description=Phoenix Deploy API - Gitea webhook receiver After=network.target [Service] Type=simple User=root WorkingDirectory=/opt/phoenix-deploy-api ExecStart=/bin/node server.js Restart=on-failure RestartSec=5 Environment=PORT=4001 Environment=GITEA_URL=https://gitea.d-bis.org EnvironmentFile=-/opt/phoenix-deploy-api/.env [Install] WantedBy=multi-user.target