fix(api): docker compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user