This commit is contained in:
Mayel de Borniol 2025-04-21 12:04:42 +01:00
parent 847306e168
commit 52dfa64b61
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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)