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 TYPE=bonfire
# choose what flavour of Bonfire to run # choose what flavour of Bonfire to run
FLAVOUR=classic FLAVOUR=social
APP_VERSION=latest APP_VERSION=latest
# choose what extra services you want to run # choose what extra services you want to run

View File

@ -1,4 +1,4 @@
export APP_ENTRYPOINT_VERSION=v1 export APP_ENTRYPOINT_VERSION=v1
export PG_BACKUP_VERSION=v1 export PG_BACKUP_VERSION=v2
export MEILI_BACKUP_VERSION=v1 export MEILI_BACKUP_VERSION=v2

View File

@ -100,6 +100,7 @@ services:
- livebook_password - livebook_password
volumes: volumes:
- upload-data:/opt/app/data/uploads - upload-data:/opt/app/data/uploads
# - backup-data:/opt/app/data/backup
networks: networks:
- proxy - proxy
- internal - internal
@ -113,7 +114,7 @@ services:
condition: on-failure condition: on-failure
labels: labels:
backupbot.backup: ${ENABLE_BACKUPS:-true} 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" # backupbot.backup.volumes.upload-data.path: "/opt/app/data/uploads"
traefik.enable: "true" traefik.enable: "true"
traefik.http.services.${STACK_NAME}.loadbalancer.server.port: "4000" traefik.http.services.${STACK_NAME}.loadbalancer.server.port: "4000"
@ -176,6 +177,7 @@ services:
volumes: volumes:
db-data: db-data:
upload-data: upload-data:
# backup-data:
networks: networks:
proxy: proxy:

View File

@ -1,5 +1,7 @@
#/bin/sh #/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 # abra app secret generate --all $1
s1=$(openssl rand -base64 128) s1=$(openssl rand -base64 128)