1 Commits

Author SHA1 Message Date
2a9f1ed51a ci: cc-ci test trigger 2026-05-27 07:35:53 +00:00
2 changed files with 4 additions and 3 deletions

1
.ci-testme Normal file
View File

@ -0,0 +1 @@
cc-ci test trigger

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: cryptpad/cryptpad:version-2026.5.1
image: cryptpad/cryptpad:version-2026.2.0
command: ["npm", "start"]
networks:
- backend
@ -36,7 +36,7 @@ services:
labels:
- "traefik.enable=false"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
- "coop-cloud.${STACK_NAME}.version=0.6.0+v2026.5.1"
- "coop-cloud.${STACK_NAME}.version=0.5.4+v2026.2.0"
- "backupbot.backup=true"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
@ -46,7 +46,7 @@ services:
start_period: 1m
web:
image: nginx:1.31
image: nginx:1.29
configs:
- source: nginx_conf
target: /etc/nginx/conf.d/default.conf