Fix .env value passthrough

This commit is contained in:
GooeyTuxedo 2023-04-07 15:14:11 -07:00
parent 2991c4f17c
commit 55739e255c

View File

@ -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