Merge branch 'master' into add-dashboard-panel-invalid-messages

"Merging updates form master branch."
This commit is contained in:
stubbsta 2024-03-29 09:12:14 +02:00
commit 2dc65531fe
No known key found for this signature in database

View File

@ -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