mirror of
https://github.com/bonfire-networks/bonfire-deploy.git
synced 2025-06-15 13:56:04 +00:00
misc
This commit is contained in:
parent
847306e168
commit
52dfa64b61
@ -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
|
||||
|
4
abra.sh
4
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
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user