This commit is contained in:
notplants
2026-02-17 11:03:48 -05:00
parent 738f1af43e
commit 3d92f35437

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: cryptpad/cryptpad:version-2025.9.0
image: cryptpad/cryptpad:version-2026.2.0
networks:
- backend
environment:
@ -33,7 +33,7 @@ services:
labels:
- "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.4.1+version-2025.9.0"
- "coop-cloud.${STACK_NAME}.version=0.5.0+version-2026.2.0"
- "backupbot.backup=true"
- "backupbot.backup.volumes.cryptpad_config=false"
# healthcheck:
@ -44,7 +44,7 @@ services:
# start_period: 1m
web:
image: nginx:1.25
image: nginx:1.29
configs:
- source: nginx_conf
target: /etc/nginx/conf.d/default.conf