mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-06 16:03:06 +00:00
return environment variables for web service
This commit is contained in:
parent
f2a37be09e
commit
93ae2ba75d
@ -202,8 +202,8 @@ services:
|
||||
ports:
|
||||
- 0.0.0.0:3000:3000
|
||||
environment:
|
||||
- API_URL=/api
|
||||
- WS_API_URL=ws://localhost:8090
|
||||
- API_URL=${EPIRUS_WEB_API_URL:-/api}
|
||||
- WS_API_URL=${EPIRUS_WEB_WS_API_URL:-ws://localhost:8090}
|
||||
- DISPLAY_NETWORK_TAB=disabled
|
||||
depends_on:
|
||||
- api
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user