From b4f1159460b357409e9d642caa7b418049e9ee5a Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 19 Feb 2025 17:22:18 -0500 Subject: [PATCH] remove backup bot labels --- compose.postgres.yml | 5 ----- compose.yml | 6 ------ 2 files changed, 11 deletions(-) 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..6130cb8 100644 --- a/compose.yml +++ b/compose.yml @@ -28,12 +28,6 @@ services: - "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" healthcheck: test: wget --no-verbose --tries=1 --spider http://localhost:8080/readyz || exit 1