chore: publish 0.8.3+0.19.0 release
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
brooke 2025-04-25 17:27:35 -04:00
parent a309c7c977
commit d4e4b25207

View File

@ -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