CatgirlIntelligenceAgency/run/install/mariadb.env.template
Viktor Lofgren 734996002c (*) install script for deploying Marginalia outside the codebase
The changeset also makes the control service responsible for flyway migrations.  This helps reduce the number of places the database configuration needs to be spread out.  These automatic migrations can be disabled with -DdisableFlyway=true.

The commit also adds curl to the docker container, to enable docker health checks and interdependencies.
2024-01-11 12:40:03 +01:00

4 lines
No EOL
123 B
Text

MARIADB_RANDOM_ROOT_PASSWORD=1
MARIADB_DATABASE=WMSA_prod
MARIADB_USER=${MARIADB_USER}
MARIADB_PASSWORD=${MARIADB_PASSWORD}