Added support for env vars in nginx.conf.template and fixed websocket proxy

This commit is contained in:
Clément Le Bihan
2023-03-29 17:01:58 +02:00
parent e9f6adab63
commit 8784e8de3c
4 changed files with 36 additions and 25 deletions

View File

@@ -39,6 +39,10 @@ services:
args:
- API_URL=${API_URL}
- SCORO_URL=${SCORO_URL}
environment:
- API_URL=http://back:3000/
- SCOROMETER_URL=http://scorometer:6543/
- NGINX_PORT=80
ports:
- "80:80"
depends_on: