mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-07 16:33:07 +00:00
allow overriding API URLs for Epirus web UI
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3d4130ccd2
commit
1f0fff9b4b
@ -208,8 +208,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 0.0.0.0:3000:3000
|
- 0.0.0.0:3000:3000
|
||||||
environment:
|
environment:
|
||||||
- API_URL=http://localhost:8090
|
- API_URL=${EPIRUS_WEB_API_URL:-http://localhost:8090}
|
||||||
- WS_API_URL=ws://localhost:8090
|
- WS_API_URL=${EPIRUS_WEB_WS_API_URL:-ws://localhost:8090}
|
||||||
- DISPLAY_NETWORK_TAB=disabled
|
- DISPLAY_NETWORK_TAB=disabled
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user