create an env variable for debug mode
This commit is contained in:
parent
751a9f40e5
commit
33c58874e0
7 changed files with 18 additions and 11 deletions
|
@ -13,6 +13,7 @@ services:
|
|||
front:
|
||||
image: thecodingmachine/nodejs:12
|
||||
environment:
|
||||
DEBUG_MODE: "$DEBUG_MODE"
|
||||
HOST: "0.0.0.0"
|
||||
NODE_ENV: development
|
||||
API_URL: http://api.workadventure.localhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue