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: services:
app: app:
image: cryptpad/cryptpad:version-2025.9.0 image: cryptpad/cryptpad:version-2026.2.0
networks: networks:
- backend - backend
environment: environment:
@ -33,7 +33,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.4.1+version-2025.9.0" - "coop-cloud.${STACK_NAME}.version=0.5.0+version-2026.2.0"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.volumes.cryptpad_config=false" - "backupbot.backup.volumes.cryptpad_config=false"
# healthcheck: # healthcheck:
@ -44,7 +44,7 @@ services:
# start_period: 1m # start_period: 1m
web: web:
image: nginx:1.25 image: nginx:1.29
configs: configs:
- source: nginx_conf - source: nginx_conf
target: /etc/nginx/conf.d/default.conf target: /etc/nginx/conf.d/default.conf