Skip to content

Commit 80e36f6

Browse files
committed
Create universal compose file
1 parent 686f7b3 commit 80e36f6

2 files changed

Lines changed: 1 addition & 40 deletions

File tree

.deployment/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
frontend:
55
build: ../frontend
66
environment:
7-
- BACKEND_URL=http://${BACKEND_HOST}:8888
7+
- BACKEND_URL=http://${BACKEND_HOST:-localhost}:8888
88
ports:
99
- "8000:80"
1010

docker-compose.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)