Updated service files

This commit is contained in:
2025-02-16 21:07:13 +11:00
parent 93e9f4ef01
commit fb1168a7cc
2 changed files with 31 additions and 1 deletions

View File

@@ -8,12 +8,13 @@ WorkingDirectory=/home/deploy/production
User=deploy
Group=deploy
EnvironmentFile=/etc/env/projectreshoot.env
Environment="HOST=0.0.0.0"
Environment="HOST=127.0.0.1"
Environment="PORT=3000"
Environment="TRUSTED_HOST=projectreshoot.com"
Environment="SSL=true"
Environment="GZIP=true"
Environment="LOG_LEVEL=info"
Environment="LOG_OUTPUT=file"
Environment="LOG_DIR=/home/deploy/production/logs"
LimitNOFILE=65536
Restart=on-failure