Fix .env value passthrough

This commit is contained in:
GooeyTuxedo 2023-04-07 15:14:11 -07:00
parent 2991c4f17c
commit 55739e255c
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ services:
environment:
- NODE_ENV=production
## Env Vars for rAi chatbot
- TOKEN={$TOKEN}
- PUBLIC_URL={$PUBLIC_URL}
- TOKEN # Pass the value from .env
- PUBLIC_URL
- INTERNAL_IP=serge
- SERGE_PORT=8008
## Default chat settings overrides