42 lines
No EOL
1.4 KiB
XML
42 lines
No EOL
1.4 KiB
XML
<?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> |