Compare commits

..
Author SHA1 Message Date
autonomic-bot e2cbecdc89 chore: upgrade to 0.5.5+v2026.2.0
cc-ci/testme cc-ci: success
2026-06-02 03:52:26 +00:00
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: cryptpad/cryptpad:version-2026.5.0 image: cryptpad/cryptpad:version-2026.2.0
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.6.0+v2026.5.0" - "coop-cloud.${STACK_NAME}.version=0.5.5+v2026.2.0"
- "backupbot.backup=true" - "backupbot.backup=true"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://localhost:3000"]