Added envfile to service file

This commit is contained in:
2025-02-16 18:48:45 +11:00
parent a39776b526
commit 93e9f4ef01

View File

@@ -7,6 +7,7 @@ ExecStart=/home/deploy/production/projectreshoot
WorkingDirectory=/home/deploy/production
User=deploy
Group=deploy
EnvironmentFile=/etc/env/projectreshoot.env
Environment="HOST=0.0.0.0"
Environment="PORT=3000"
Environment="TRUSTED_HOST=projectreshoot.com"