|
@@ -8,7 +8,7 @@ services:
|
|
|
ENABLE_PLAYGROUND: ${ENABLE_PLAYGROUND:-true}
|
|
ENABLE_PLAYGROUND: ${ENABLE_PLAYGROUND:-true}
|
|
|
image: maas-base-ui:latest
|
|
image: maas-base-ui:latest
|
|
|
environment:
|
|
environment:
|
|
|
- - BACKEND_URL=${BACKEND_URL:-http://localhost:8080}
|
|
|
|
|
|
|
+ - BACKEND_URL=${BACKEND_URL:-http://backend-server:80}
|
|
|
ports:
|
|
ports:
|
|
|
- "${UI_PORT:-8080}:80"
|
|
- "${UI_PORT:-8080}:80"
|
|
|
restart: unless-stopped
|
|
restart: unless-stopped
|