Fix host in docker-compose to localhost
parent
5999bc591c
commit
4b48419622
|
|
@ -5,7 +5,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
environment:
|
environment:
|
||||||
- API_HOST=http://coordinator:5000
|
- API_HOST=http://localhost:5050
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:17-alpine
|
image: postgres:17-alpine
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue