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