chore: publish 6.2.0+v1.113.0 release

This commit is contained in:
Javielico
2024-08-26 18:27:52 +01:00
parent ef6e35ba3a
commit 68ff2b64da
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ services:
retries: 20
app:
image: "matrixdotorg/synapse:v1.112.0"
image: "matrixdotorg/synapse:v1.113.0"
volumes:
- "data:/data"
secrets:
@ -91,7 +91,7 @@ services:
restart_policy:
condition: on-failure
labels:
- "coop-cloud.${STACK_NAME}.version=6.1.4+v1.112.0"
- "coop-cloud.${STACK_NAME}.version=6.2.0+v1.113.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]