From d4e4b25207b21b71bed020b8c84d4498547ce61f Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 25 Apr 2025 17:27:35 -0400 Subject: [PATCH] chore: publish 0.8.3+0.19.0 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 02ca4c6..db47e79 100644 --- a/compose.yml +++ b/compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: app: - image: superseriousbusiness/gotosocial:0.18.0 + image: superseriousbusiness/gotosocial:0.19.0 configs: - source: entrypoint target: /custom-entrypoint.sh @@ -28,7 +28,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - - "coop-cloud.${STACK_NAME}.version=0.8.2+0.18.0" + - "coop-cloud.${STACK_NAME}.version=0.8.3+0.19.0" healthcheck: test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1