fix: hardcode NODE_ENV to production

This commit is contained in:
Sturdy 2024-01-31 13:54:58 +01:00
parent bc70013ff0
commit d18be4b8d7
2 changed files with 1 additions and 9 deletions

View File

@ -93,14 +93,6 @@
"min": 1,
"max": 1024,
"env_variable": "EMAIL_SERVER_PASSWORD"
},
{
"type": "text",
"label": "Node.js environment type (production, development, test)",
"required": true,
"min": 1,
"max": 1024,
"env_variable": "CALCOM_NODE_ENV"
}
]
}

View File

@ -29,7 +29,7 @@ services:
- EMAIL_SERVER_HOST=${EMAIL_SERVER_HOST}
- EMAIL_SERVER_PORT=${EMAIL_SERVER_PORT}
- EMAIL_SERVER_PASSWORD=${EMAIL_SERVER_PASSWORD}
- NODE_ENV={CALCOM_NODE_ENV}
- NODE_ENV=production
labels:
# Main
traefik.enable: true