chore: publish 6.7.0+v1.133.0 release

This commit is contained in:
carla
2025-07-07 16:11:13 +02:00
parent aaa59a7718
commit cf47a9c1b0
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
web:
image: nginx:1.27.4
image: nginx:1.29.0
networks:
- proxy
- internal
@ -35,7 +35,7 @@ services:
retries: 20
app:
image: "matrixdotorg/synapse:v1.124.0"
image: "matrixdotorg/synapse:v1.133.0"
volumes:
- "data:/data"
secrets:
@ -104,7 +104,7 @@ services:
restart_policy:
condition: on-failure
labels:
- "coop-cloud.${STACK_NAME}.version=6.6.3+v1.124.0"
- "coop-cloud.${STACK_NAME}.version=6.7.0+v1.133.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]