unraid_app_templates/ghost-cms/ghost-db.xml

69 lines
No EOL
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Container version="2">
<Name>GhostDB</Name>
<Repository>maurosoft1973/alpine-mariadb</Repository>
<Registry>https://hub.docker.com/r/maurosoft1973/alpine-mariadb</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forum.hhf.technology/t/complete-setup-guide-ghost-blog-on-unraid-2024/</Support>
<Project>https://mariadb.org/</Project>
<Overview>MariaDB database for Ghost blog platform</Overview>
<Category>Productivity: Tools:</Category>
<WebUI></WebUI>
<TemplateURL>https://git.hhf.technology/hhf/unraid_app_templates/raw/branch/main/ghost-cms/ghost-db.xml</TemplateURL>
<Icon>https://mariadb.org/wp-content/themes/twentynineteen-child/icons/mariadb_org_rgb_h.svg</Icon>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>3306</HostPort>
<ContainerPort>3306</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/ghost/mysql</HostDir>
<ContainerDir>/var/lib/mysql</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Name>MYSQL_ROOT_PASSWORD</Name>
<Value>GObrpLskjguwiDoR4lyJzGWUXbl0cY6IOzSMZI1D</Value>
</Variable>
<Variable>
<Name>MYSQL_DATABASE</Name>
<Value>ghost</Value>
</Variable>
<Variable>
<Name>MYSQL_USER</Name>
<Value>ghost</Value>
</Variable>
<Variable>
<Name>MYSQL_PASSWORD</Name>
<Value>91XHfXc0zpJZ8SCTsTheaDW3rm15w17yPGjxHzcL</Value>
</Variable>
</Environment>
<Labels/>
<ExtraParams></ExtraParams>
<PostArgs></PostArgs>
<Description>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.</Description>
</Container>