fix(status-page): increase mem_limit to 64m for apk add

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-31 18:12:46 +02:00
parent 0500fb7a0a
commit 6801ba9fe8

View file

@ -1714,7 +1714,7 @@ services:
image: alpine:3.20
container_name: mana-status-gen
restart: always
mem_limit: 32m
mem_limit: 64m
# host network: direkter Zugriff auf VictoriaMetrics via localhost:9090
# (kein depends_on möglich mit network_mode: host)
network_mode: host
@ -1728,7 +1728,7 @@ services:
- sh
- -c
- |
apk add --no-cache curl jq
apk add --no-cache curl jq || { echo "apk add fehlgeschlagen, retry in 10s"; sleep 10; exit 1; }
mkdir -p /output
while true; do
sh /generate.sh