fix(api): docker compose

This commit is contained in:
Mikhail Trubnikov
2025-11-21 11:28:24 +10:00
parent ddbae48973
commit fd9453090f

View File

@@ -27,7 +27,7 @@ services:
networks:
parr-network:
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/api/v1/health"]
test: ["CMD", "curl", "-f", "http://localhost:80/api/v1/health"]
interval: 30s
timeout: 10s
retries: 3