Add ghost-cms/ghost-mariadb-alpine-template
This commit is contained in:
parent
432e2fc693
commit
70bb0f5eae
1 changed files with 69 additions and 0 deletions
69
ghost-cms/ghost-mariadb-alpine-template
Normal file
69
ghost-cms/ghost-mariadb-alpine-template
Normal file
|
@ -0,0 +1,69 @@
|
|||
<?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://forums.unraid.net/</Support>
|
||||
<Project>https://mariadb.org/</Project>
|
||||
<Overview>MariaDB database for Ghost blog platform</Overview>
|
||||
<Category>Productivity: Tools:</Category>
|
||||
<WebUI></WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/yourusername/unraid-templates/master/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>
|
Loading…
Reference in a new issue