This commit is contained in:
Mayel de Borniol 2023-08-01 14:31:58 +01:00
parent 5f22200a76
commit c20e7151b0
1 changed files with 2 additions and 5 deletions

View File

@ -6,9 +6,9 @@ FLAVOUR=classic
# Different flavours/forks or architectures may require different builds of bonfire:
# for ARM (manual build):
APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}-aarch64
for x86 (currently out of date):
for x86 (built by CI):
APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}-amd64
# multi-arch image built by CI (currently not working):
# multi-arch image (built by CI, but currently not working):
#APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}
# different flavours or architectures may require different postgres builds:
@ -28,9 +28,6 @@ MAIL_BACKEND=mailgun
# require an email address to be invited before being able to sign up? (true or false)
INVITE_ONLY=true
# a name and tagline for your instance
INSTANCE_DESCRIPTION="An instance of Bonfire, a federated app ecosystem for open and cooperative networks"
# uncomment in order to NOT automatically change the database schema when you upgrade the app
# DISABLE_DB_AUTOMIGRATION=true