Add configuration files for Ghost, MariaDB, Nextcloud, Postgres, and Redis; implement generate-config script and enhance load-env script for dependency management
This commit is contained in:
11
apps/mysql/config/example.env
Normal file
11
apps/mysql/config/example.env
Normal file
@@ -0,0 +1,11 @@
|
||||
MARIADB_NAMESPACE=mariadb
|
||||
MARIADB_RELEASE_NAME=mariadb
|
||||
MARIADB_USER=app
|
||||
MARIADB_DATABASE=app_database
|
||||
MARIADB_STORAGE=8Gi
|
||||
MARIADB_TAG=11.4.5
|
||||
MARIADB_PORT=3306
|
||||
|
||||
# Secrets
|
||||
MARIADB_PASSWORD=
|
||||
MARIADB_ROOT_PASSWORD=
|
Reference in New Issue
Block a user