This commit is contained in:
Anthony Stirling
2023-12-30 21:32:04 +00:00
parent c853465d1d
commit eda91cc556
7 changed files with 28 additions and 24 deletions

View File

@@ -9,9 +9,9 @@ services:
memory: 1G
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: 20s
interval: 5s
timeout: 10s
retries: 3
retries: 16
ports:
- 8080:8080
volumes: