Fix host in docker-compose to localhost

pull/73/head
Jaronim Pracht 2025-06-15 18:08:47 +02:00
parent 5999bc591c
commit 4b48419622
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
ports:
- 8080:80
environment:
- API_HOST=http://coordinator:5000
- API_HOST=http://localhost:5050
db:
image: postgres:17-alpine