Merge branch 'main' of https://git.coopcloud.tech/coop-cloud/GoToSocial
This commit is contained in:
commit
d5bb8057fc
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user