Added overrider to use docker secrets for mariadb password

This commit is contained in:
daniel.radl
2025-07-01 16:16:53 +02:00
parent 80aa2bbd4f
commit f9170607f2
4 changed files with 21 additions and 2 deletions

View File

@@ -25,6 +25,10 @@ Frappe framework release. You can find all releases [here](https://github.com/fr
Password for MariaDB (or Postgres) database.
### `DB_PASSWORD_SECRETS_FILE`
Path to the db_password.txt file. Set only if you use docker secrets for the database password (use `overrides/compose.mariadb-secrets.yaml`)
### `DB_HOST`
Hostname for MariaDB (or Postgres) database. Set only if external service for database is used or the container can not be reached by its service name (db) by other containers.