Fix .env value passthrough
This commit is contained in:
parent
2991c4f17c
commit
55739e255c
@ -7,8 +7,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
## Env Vars for rAi chatbot
|
## Env Vars for rAi chatbot
|
||||||
- TOKEN={$TOKEN}
|
- TOKEN # Pass the value from .env
|
||||||
- PUBLIC_URL={$PUBLIC_URL}
|
- PUBLIC_URL
|
||||||
- INTERNAL_IP=serge
|
- INTERNAL_IP=serge
|
||||||
- SERGE_PORT=8008
|
- SERGE_PORT=8008
|
||||||
## Default chat settings overrides
|
## Default chat settings overrides
|
||||||
|
Loading…
Reference in New Issue
Block a user