Compare commits

...

2 Commits

Author SHA1 Message Date
Philipp Rothmann 84204b03a7 chore: publish 3.9.1+v1.87.0 release
continuous-integration/drone/push Build is passing Details
2023-07-18 21:47:15 +02:00
Philipp Rothmann b57b73d5d6 fix: bump homeserver config version 2023-07-18 21:46:54 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
export DISCORD_BRIDGE_YAML_VERSION=v2
export ENTRYPOINT_CONF_VERSION=v1
export HOMESERVER_YAML_VERSION=v22
export HOMESERVER_YAML_VERSION=v23
export LOG_CONFIG_VERSION=v2
export SHARED_SECRET_AUTH_VERSION=v1
export SIGNAL_BRIDGE_YAML_VERSION=v4

View File

@ -61,7 +61,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=3.9.0+v1.87.0"
- "coop-cloud.${STACK_NAME}.version=3.9.1+v1.87.0"
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]