calathea: add config
This commit is contained in:
parent
2cfd746c52
commit
787a63ea0d
11 changed files with 137 additions and 1 deletions
8
roles/calathea/files/compose.yml
Normal file
8
roles/calathea/files/compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
app:
|
||||
image: 'git.rustybever.be/chewing_bever/calathea:latest'
|
||||
|
||||
ports:
|
||||
- '8013:8000'
|
||||
volumes:
|
||||
- '/mnt/data1/calathea/data:/data'
|
||||
Loading…
Add table
Add a link
Reference in a new issue