pipeline fix

This commit is contained in:
Anthony Stirling
2023-12-31 13:27:06 +00:00
parent cbac784c57
commit d91c600925
5 changed files with 11 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ services:
deploy:
resources:
limits:
memory: 1G
memory: 4G
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:8080/api/v1/info/status | grep -q 'UP' && curl -fL http://localhost:8080/ | grep -q 'Please sign in'"]
interval: 5s