Move NODE_ENV variable to compose.yml file

- This should hopefully show that the setting shouldn't just be changed and instead be left as-is
This commit is contained in:
James Loh
2025-06-27 18:28:58 +10:00
parent 4251163b73
commit aa83faa766
2 changed files with 1 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ services:
expose:
- "2368"
environment:
NODE_ENV: production
url: https://${DOMAIN:?DOMAIN environment variable is required}
database__client: mysql
database__connection__host: db