47 lines
No EOL
1.3 KiB
XML
47 lines
No EOL
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Container>
|
|
<Name>Hoarder</Name>
|
|
<Description>Hoarder is a web application for archiving and searching content</Description>
|
|
<Overview>Hoarder allows you to archive and search web content with built-in indexing capabilities</Overview>
|
|
<Registry>ghcr.io</Registry>
|
|
<Repository>ghcr.io/hoarder-app/hoarder</Repository>
|
|
<Tag>latest</Tag>
|
|
<BindTime>true</BindTime>
|
|
<Privileged>false</Privileged>
|
|
<Environment>
|
|
<Variable>
|
|
<Name>MEILI_ADDR</Name>
|
|
<Value>http://meilisearch:7700</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>BROWSER_WEB_URL</Name>
|
|
<Value>http://chrome:9222</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>DATA_DIR</Name>
|
|
<Value>/data</Value>
|
|
</Variable>
|
|
<Variable>
|
|
<Name>OPENAI_API_KEY</Name>
|
|
<Value></Value>
|
|
</Variable>
|
|
</Environment>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>3000</HostPort>
|
|
<ContainerPort>3000</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir>/mnt/user/appdata/hoarder/data</HostDir>
|
|
<ContainerDir>/data</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<WebUI>http://[IP]:[PORT:3000]/</WebUI>
|
|
</Container> |