feat: upgrade to 0.5.5+v2026.5.1
All checks were successful
cc-ci/testme cc-ci: success

This commit is contained in:
autonomic-bot
2026-06-01 08:34:52 +00:00
parent bb655259c0
commit 9db61d3c91

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: cryptpad/cryptpad:version-2026.2.0 image: cryptpad/cryptpad:version-2026.5.1
command: ["npm", "start"] command: ["npm", "start"]
networks: networks:
- backend - backend
@ -36,7 +36,7 @@ services:
labels: labels:
- "traefik.enable=false" - "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}" - "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.5.4+v2026.2.0" - "coop-cloud.${STACK_NAME}.version=0.5.5+v2026.5.1"
- "backupbot.backup=true" - "backupbot.backup=true"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://localhost:3000"]
@ -46,7 +46,7 @@ services:
start_period: 1m start_period: 1m
web: web:
image: nginx:1.29 image: nginx:1.31
configs: configs:
- source: nginx_conf - source: nginx_conf
target: /etc/nginx/conf.d/default.conf target: /etc/nginx/conf.d/default.conf