Korrektur

This commit is contained in:
Marc Blatter 2026-03-24 19:30:28 +00:00
parent 17e78f7c22
commit 5a17cfa97c
1 changed files with 6 additions and 1 deletions

View File

@ -23,4 +23,9 @@ services:
deploy:
resources:
limits:
memory: 256M
memory: 256M
healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://localhost:8090 || exit 1"]
interval: 30s
timeout: 5s
retries: 3