diff --git a/README.md b/README.md index 9166fa1..fc14bcb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * **Category**: Apps -* **Status**: 5 +* **Status**: 4 * **Image**: [`gotosocial`](https://hub.docker.com/r/superseriousbusiness/gotosocial), 4, upstream * **Healthcheck**: Yes * **Backups**: No diff --git a/compose.postgres.yml b/compose.postgres.yml index 43d8faa..0cba87a 100644 --- a/compose.postgres.yml +++ b/compose.postgres.yml @@ -16,11 +16,6 @@ services: - db_password db: image: postgres:17.2 - deploy: - labels: - backupbot.backup.pre-hook: "/pg_backup.sh backup" - backupbot.backup.path: "/var/lib/postgresql/data/backup.sql" - backupbot.restore.post-hook: "/pg_backup.sh restore" environment: - POSTGRES_DB=gotosocial - POSTGRES_USER=gotosocial-user diff --git a/compose.yml b/compose.yml index 18c0aae..e7bcac6 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,13 +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" - - "backupbot.backup=true" - - "backupbot.backup.pre-hook=cp /gotosocial/storage/sqlite.db /gotosocial/storage/sqlitebak.db" - - "backupbot.backup.path=/gotosocial/storage/sqlitebak.db" - - "backupbot.backup.post-hook=rm /gotosocial/storage/sqlitebak.db" - - "backupbot.restore=true" - - "backupbot.restore.post-hook=cp /gotosocial/storage/sqlitebak.db /gotosocial/storage/sqlite.db" + - "coop-cloud.${STACK_NAME}.version=0.8.0+0.17.4" healthcheck: test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1 diff --git a/release/1.0.0+0.17.3 b/release/0.8.0+0.17.4 similarity index 100% rename from release/1.0.0+0.17.3 rename to release/0.8.0+0.17.4