Add gathio/gathio.xml
This commit is contained in:
parent
99a7211ac6
commit
cccb441231
1 changed files with 42 additions and 0 deletions
42
gathio/gathio.xml
Normal file
42
gathio/gathio.xml
Normal file
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Container>
|
||||
<Name>Gathio</Name>
|
||||
<Repository>ghcr.io/lowercasename/gathio:latest</Repository>
|
||||
<Registry>https://github.com/lowercasename/gathio</Registry>
|
||||
<Description>Gathio is a simple, self-hosted event management and invitation platform.[br][br]You will need to configure the MongoDB container separately as a dependency.</Description>
|
||||
<Overview>Gathio is a simple, self-hosted event management and invitation platform</Overview>
|
||||
<Project>https://github.com/lowercasename/gathio</Project>
|
||||
<Category>Productivity:</Category>
|
||||
<WebUI>http://[IP]:[PORT:3032]</WebUI>
|
||||
<BindTime>true</BindTime>
|
||||
<Privileged>false</Privileged>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>3032</HostPort>
|
||||
<ContainerPort>3000</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/appdata/gathio/config</HostDir>
|
||||
<ContainerDir>/app/config</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/appdata/gathio/images</HostDir>
|
||||
<ContainerDir>/app/public/events</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Name>MONGODB_HOST</Name>
|
||||
<Value>mongo</Value>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<ExtraParams></ExtraParams>
|
||||
</Container>
|
Loading…
Reference in a new issue