allow overriding API URLs for Epirus web UI

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-28 11:51:47 +01:00
parent 3d4130ccd2
commit 1f0fff9b4b
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ services:
ports:
- 0.0.0.0:3000:3000
environment:
- API_URL=http://localhost:8090
- WS_API_URL=ws://localhost:8090
- API_URL=${EPIRUS_WEB_API_URL:-http://localhost:8090}
- WS_API_URL=${EPIRUS_WEB_WS_API_URL:-ws://localhost:8090}
- DISPLAY_NETWORK_TAB=disabled
depends_on:
- api