mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-18 07:26:47 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user