Fix the backend configuration for frontend through docker-compose

This commit is contained in:
Bastien Abadie 2022-07-13 11:17:50 +02:00 коммит произвёл Sebastian Hengst
Родитель a3b4e83219
Коммит 0e83a79344
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

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