change tag and update readme

This commit is contained in:
brooke 2025-04-25 14:16:24 -04:00
parent 6b5f9a78cf
commit 4d2326d183
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<!-- metadata -->
* **Category**: Apps
* **Status**: 4
* **Status**: 4, [pre-release](https://git.coopcloud.tech/coop-cloud/gotosocial/issues/1)
* **Image**: [`gotosocial`](https://hub.docker.com/r/superseriousbusiness/gotosocial), 4, upstream
* **Healthcheck**: Yes
* **Backups**: No

View File

@ -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.0+0.18.0"
- "coop-cloud.${STACK_NAME}.version=0.8.1+0.18.0"
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1