diff --git a/README.md b/README.md index c45ea0d..fc14bcb 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ * **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) diff --git a/compose.yml b/compose.yml index 6130cb8..13cd1ac 100644 --- a/compose.yml +++ b/compose.yml @@ -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