Remove DEPLOYMENT_MODE environment variable from frontend service configuration

This commit is contained in:
HydroshieldMKII 2025-09-30 17:13:02 -04:00
parent fa4e953f72
commit a533865a80

View File

@ -76,7 +76,6 @@ Wants=guardian-backend.service
[Service] [Service]
WorkingDirectory=/opt/Guardian/frontend WorkingDirectory=/opt/Guardian/frontend
Environment=NODE_ENV=production Environment=NODE_ENV=production
Environment=DEPLOYMENT_MODE=standalone
Environment=PORT=3000 Environment=PORT=3000
ExecStart=/usr/bin/npm run start ExecStart=/usr/bin/npm run start
Restart=always Restart=always