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