We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686f7b3 commit 80e36f6Copy full SHA for 80e36f6
2 files changed
.deployment/docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
frontend:
5
build: ../frontend
6
environment:
7
- - BACKEND_URL=http://${BACKEND_HOST}:8888
+ - BACKEND_URL=http://${BACKEND_HOST:-localhost}:8888
8
ports:
9
- "8000:80"
10
docker-compose.yml
0 commit comments