From 70bb0f5eaeb8b33a21c9bb390b2fcdee996b37d1 Mon Sep 17 00:00:00 2001 From: hhf Date: Thu, 5 Dec 2024 21:35:42 +0530 Subject: [PATCH] Add ghost-cms/ghost-mariadb-alpine-template --- ghost-cms/ghost-mariadb-alpine-template | 69 +++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 ghost-cms/ghost-mariadb-alpine-template diff --git a/ghost-cms/ghost-mariadb-alpine-template b/ghost-cms/ghost-mariadb-alpine-template new file mode 100644 index 0000000..b46ac90 --- /dev/null +++ b/ghost-cms/ghost-mariadb-alpine-template @@ -0,0 +1,69 @@ + + + GhostDB + maurosoft1973/alpine-mariadb + https://hub.docker.com/r/maurosoft1973/alpine-mariadb + bridge + sh + false + + https://forums.unraid.net/ + https://mariadb.org/ + MariaDB database for Ghost blog platform + Productivity: Tools: + + https://raw.githubusercontent.com/yourusername/unraid-templates/master/ghost-db.xml + https://mariadb.org/wp-content/themes/twentynineteen-child/icons/mariadb_org_rgb_h.svg + + + bridge + + + 3306 + 3306 + tcp + + + + + + + /mnt/user/appdata/ghost/mysql + /var/lib/mysql + rw + + + + + + MYSQL_ROOT_PASSWORD + GObrpLskjguwiDoR4lyJzGWUXbl0cY6IOzSMZI1D + + + MYSQL_DATABASE + ghost + + + MYSQL_USER + ghost + + + MYSQL_PASSWORD + 91XHfXc0zpJZ8SCTsTheaDW3rm15w17yPGjxHzcL + + + + + + + + + MariaDB database container for Ghost blog platform.[br][br] + [b]Features:[/b][br] + - Alpine-based MariaDB installation[br] + - Automatic database creation[br] + - Persistent storage[br] + [br] + [b]Configuration:[/b][br] + The database will be automatically configured with the provided environment variables. + \ No newline at end of file