krz/hutch-notify
clone: git clone https://gitbay.org/krz/hutch-notify.git
main: hutch-notify.service · raw
1[Unit]
2Description=Hutch Notify API
3After=network.target
4
5[Service]
6User=hutch
7Group=hutch
8WorkingDirectory=/opt/hutch-notify/app
9EnvironmentFile=/opt/hutch-notify/.env
10ExecStart=/opt/hutch-notify/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000
11Restart=always
12RestartSec=5
13
14[Install]
15WantedBy=multi-user.target