зеркало из https://github.com/mozilla/treeherder.git
Fix the backend configuration for frontend through docker-compose
This commit is contained in:
Родитель
a3b4e83219
Коммит
0e83a79344
|
@ -57,7 +57,9 @@ services:
|
|||
# the host copy stays in sync (for people that switch back and forth between UI-only
|
||||
# and full stack Treeherder development).
|
||||
working_dir: /app
|
||||
command: sh -c "yarn && yarn start:local --host 0.0.0.0"
|
||||
environment:
|
||||
BACKEND: http://backend:8000
|
||||
command: sh -c "yarn && yarn start --host 0.0.0.0"
|
||||
volumes:
|
||||
- .:/app
|
||||
ports:
|
||||
|
|
Загрузка…
Ссылка в новой задаче