4
Some checks failed
Deploy Production / Deploy to Staging (push) Has been skipped
Go Linter / Build golang services (api_gateway) (push) Has been cancelled
Go Linter / Push Docker Images (api_gateway) (push) Has been cancelled
Go Linter / Run golangci-lint (api_gateway) (push) Has been cancelled

This commit is contained in:
Alex Shevchuk
2025-08-18 17:21:38 +03:00
parent bf0290cbf8
commit ad72aa2a5e
2 changed files with 6 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ services:
test: ["CMD", "curl", "-f", "http://localhost:8000/api/v1/healthcheck"]
deploy:
mode: replicated
replicas: 3
replicas: 1
restart_policy:
condition: on-failure
delay: 20s