Compare commits

...
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ version: "3.8"
services:
mas:
image: ghcr.io/element-hq/matrix-authentication-service:1.24.0
image: ghcr.io/element-hq/matrix-authentication-service:1.25.0
command: ["server", "--config=/etc/mas/config.yaml"]
environment:
- DOMAIN
+1 -1
View File
@@ -114,7 +114,7 @@ services:
restart_policy:
condition: on-failure
labels:
- "coop-cloud.${STACK_NAME}.version=7.3.1+v1.157.1"
- "coop-cloud.${STACK_NAME}.version=7.3.2+v1.161.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]