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

This commit is contained in:
Alex Shevchuk
2025-08-20 23:42:28 +03:00
parent bde8a20a16
commit 94c1bb727b
4 changed files with 131 additions and 67 deletions

View File

@@ -40,6 +40,8 @@ services:
- /opt/molva/object_storage/config:/root/.aws/config:ro
networks:
- molva
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "localhost:8000/api/v1/healthcheck"]
deploy:
mode: replicated
replicas: 1