Skip to content

Commit 018ea55

Browse files
committed
prev
1 parent d39221b commit 018ea55

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ services:
4444
- CELERY_BROKER_URL=redis://redis:6379/0
4545
- CELERY_RESULT_BACKEND=redis://redis:6379/0
4646
- CELERY_LOGLEVEL=DEBUG
47-
- REACT_APP_API_SCHEME=http
48-
- REACT_APP_API_HOST=localhost
49-
- REACT_APP_API_PORT=8080
47+
- REACT_APP_API_URL=http://localhost:8080
5048
- REACT_APP_API_PATH=/api/v1
5149
ports:
5250
- 8080:8080

0 commit comments

Comments
 (0)