Merge pull request 'chore: upgrade to 0.6.0+v2026.5.1' (#13) from upgrade-0.6.0+v2026.5.1 into main

Reviewed-on: https://git.coopcloud.tech/coop-cloud/cryptpad/pulls/13
This commit is contained in:
notplants
2026-06-09 14:46:30 +00:00

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.5+v2026.2.0" - "coop-cloud.${STACK_NAME}.version=0.6.0+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"]