moonstream/backend/deploy/moonstream.service

15 wiersze
376 B
INI
Czysty Zwykły widok Historia

2021-07-19 10:31:18 +00:00
[Unit]
Description=moonstream-service
After=network.target
[Service]
User=ubuntu
Group=www-data
2021-07-29 13:52:32 +00:00
WorkingDirectory=/home/ubuntu/moonstream/backend
2021-07-28 09:40:21 +00:00
EnvironmentFile=/home/ubuntu/moonstream-secrets/app.env
ExecStart=/home/ubuntu/moonstream-env/bin/uvicorn --host 0.0.0.0 --port 7481 --workers 8 moonstream.api:app
2021-07-19 10:31:18 +00:00
SyslogIdentifier=moonstream
[Install]
WantedBy=multi-user.target