diff --git a/.env.sample b/.env.sample index 0ac22fe..43ea20e 100644 --- a/.env.sample +++ b/.env.sample @@ -1,7 +1,7 @@ TYPE=bonfire # choose what flavour of Bonfire to run -FLAVOUR=classic +FLAVOUR=social APP_VERSION=latest # choose what extra services you want to run diff --git a/abra.sh b/abra.sh index 12d08d2..808f6b0 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ export APP_ENTRYPOINT_VERSION=v1 -export PG_BACKUP_VERSION=v1 -export MEILI_BACKUP_VERSION=v1 +export PG_BACKUP_VERSION=v2 +export MEILI_BACKUP_VERSION=v2 diff --git a/compose.yml b/compose.yml index 1efc073..f5e29f8 100644 --- a/compose.yml +++ b/compose.yml @@ -100,6 +100,7 @@ services: - livebook_password volumes: - upload-data:/opt/app/data/uploads + # - backup-data:/opt/app/data/backup networks: - proxy - internal @@ -113,7 +114,7 @@ services: condition: on-failure labels: backupbot.backup: ${ENABLE_BACKUPS:-true} - backupbot.backup.volumes.upload-data: "true" + # backupbot.backup.volumes.upload-data: "true" # backupbot.backup.volumes.upload-data.path: "/opt/app/data/uploads" traefik.enable: "true" traefik.http.services.${STACK_NAME}.loadbalancer.server.port: "4000" @@ -176,6 +177,7 @@ services: volumes: db-data: upload-data: + # backup-data: networks: proxy: diff --git a/secrets.sh b/secrets.sh index ab32901..9eed0ad 100755 --- a/secrets.sh +++ b/secrets.sh @@ -1,5 +1,7 @@ #/bin/sh +# NOTE: this script should no longer be needed now that we have `# length=128` next to these secrets in the .env + # abra app secret generate --all $1 s1=$(openssl rand -base64 128)