Files
pbt/pbt.service
T
zisco 158311a329
Deploy PBT / deploy (push) Failing after 16s
Init stops-import, DB-Env
2026-09-10 21:58:22 +02:00

16 lines
428 B
Desktop File

[Unit]
Description=PBT Flask App (Gunicorn)
After=network.target
[Service]
User=www-data
WorkingDirectory=/opt/pbt
# Secrets live in a root-owned file on the host, not in this tracked unit.
# Copy pbt.env.example to /etc/pbt/pbt.env and fill in the real values.
EnvironmentFile=/etc/pbt/pbt.env
ExecStart=/opt/pbt/venv/bin/gunicorn --workers 2 --bind 127.0.0.1:8000 app:app
Restart=always
[Install]
WantedBy=multi-user.target