We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39221b commit 018ea55Copy full SHA for 018ea55
docker-compose.yml
@@ -44,9 +44,7 @@ services:
44
- CELERY_BROKER_URL=redis://redis:6379/0
45
- CELERY_RESULT_BACKEND=redis://redis:6379/0
46
- CELERY_LOGLEVEL=DEBUG
47
- - REACT_APP_API_SCHEME=http
48
- - REACT_APP_API_HOST=localhost
49
- - REACT_APP_API_PORT=8080
+ - REACT_APP_API_URL=http://localhost:8080
50
- REACT_APP_API_PATH=/api/v1
51
ports:
52
- 8080:8080
0 commit comments