chore: upgrade to 0.5.0+v2026.2.0

Upgrade CryptPad from version-2025.9.0 to version-2026.2.0 and
nginx from 1.25 to 1.29. Enable healthcheck on the app service.
Update README metadata for healthcheck and backup status.
This commit is contained in:
notplants
2026-02-17 16:19:20 +00:00
parent 3d92f35437
commit e62c5edf6b
2 changed files with 10 additions and 10 deletions

View File

@ -5,10 +5,10 @@
<!-- metadata --> <!-- metadata -->
* **Category**: Apps * **Category**: Apps
* **Status**: 0 * **Status**: 3
* **Image**: cryptpad/cryptpad * **Image**: cryptpad/cryptpad
* **Healthcheck**: No * **Healthcheck**: Yes
* **Backups**: No * **Backups**: Yes
* **Email**: No * **Email**: No
* **Tests**: No * **Tests**: No
* **SSO**: No * **SSO**: No

View File

@ -33,15 +33,15 @@ 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.0+version-2026.2.0" - "coop-cloud.${STACK_NAME}.version=0.5.0+v2026.2.0"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.volumes.cryptpad_config=false" - "backupbot.backup.volumes.cryptpad_config=false"
# healthcheck: healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://localhost:3000"]
# interval: 30s interval: 30s
# timeout: 10s timeout: 10s
# retries: 10 retries: 10
# start_period: 1m start_period: 1m
web: web:
image: nginx:1.29 image: nginx:1.29