mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
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:
parent
0500fb7a0a
commit
6801ba9fe8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue