update
This commit is contained in:
parent
cff15fc0c7
commit
7b5d7591f3
1 changed files with 50 additions and 0 deletions
50
donetick/donetick.xml
Normal file
50
donetick/donetick.xml
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>donetick</Name>
|
||||
<Repository>donetick</Repository>
|
||||
<Registry>https://hub.docker.com/r/donetick/donetick</Registry>
|
||||
<Network>bridge</Network>
|
||||
<MyIP></MyIP>
|
||||
<Shell>sh</Shell>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/yourgithub/donetick</Support>
|
||||
<Project>https://github.com/yourgithub/donetick</Project>
|
||||
<Overview>Donetick is a self-hosted application An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized</Overview>
|
||||
<Category>Productivity:</Category>
|
||||
<WebUI>http://[IP]:[PORT:8085]</WebUI>
|
||||
<TemplateURL/>
|
||||
<Icon></Icon>
|
||||
<ExtraParams/>
|
||||
<PostArgs>/donetick-core</PostArgs>
|
||||
<CPUset/>
|
||||
<DonateText/>
|
||||
<DonateLink/>
|
||||
<Description>Donetick is a self-hosted application An open-source, user-friendly app for managing tasks and chores, featuring customizable options to help you and others stay organized</Description>
|
||||
<Networking>
|
||||
<Mode>bridge</Mode>
|
||||
<Publish>
|
||||
<Port>
|
||||
<HostPort>8085</HostPort>
|
||||
<ContainerPort>8000</ContainerPort>
|
||||
<Protocol>tcp</Protocol>
|
||||
</Port>
|
||||
</Publish>
|
||||
</Networking>
|
||||
<Data>
|
||||
<Volume>
|
||||
<HostDir>/mnt/user/appdata/donetick/data</HostDir>
|
||||
<ContainerDir>/usr/src/app/data</ContainerDir>
|
||||
<Mode>rw</Mode>
|
||||
</Volume>
|
||||
</Data>
|
||||
<Environment>
|
||||
<Variable>
|
||||
<Name>DT_ENV</Name>
|
||||
<Value>prod</Value>
|
||||
</Variable>
|
||||
</Environment>
|
||||
<Labels/>
|
||||
<Config Name="WebUI Port" Target="8000" Default="8085" Mode="tcp" Description="Container Port: 8000" Type="Port" Display="always" Required="true" Mask="false">8085</Config>
|
||||
<Config Name="AppData Config Path" Target="/usr/src/app/data" Default="/mnt/user/appdata/donetick/data" Mode="rw" Description="Container Path: /usr/src/app/data" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/donetick/data</Config>
|
||||
<Config Name="Environment Mode" Target="DT_ENV" Default="prod" Mode="" Description="Set to prod for production environment" Type="Variable" Display="always" Required="true" Mask="false">prod</Config>
|
||||
</Container>
|
Loading…
Reference in a new issue