This commit is contained in:
brooke 2025-02-19 17:23:41 -05:00
commit d5bb8057fc
2 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
<!-- metadata -->
* **Category**: Apps
* **Status**: 5
* **Status**: 4
* **Image**: [`gotosocial`](https://hub.docker.com/r/superseriousbusiness/gotosocial), 4, upstream
* **Healthcheck**: Yes
* **Backups**: Yes
* **Backups**: No
* **Email**: Yes
* **Tests**: 2
* **SSO**: 3 (OIDC)

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: superseriousbusiness/gotosocial:0.17.3
image: superseriousbusiness/gotosocial:0.17.4
configs:
- source: entrypoint
target: /custom-entrypoint.sh
@ -27,7 +27,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=1.0.0+0.17.3"
- "coop-cloud.${STACK_NAME}.version=1.0.0+0.17.4"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1