9 lines
164 B
YAML
9 lines
164 B
YAML
|
services:
|
||
|
app:
|
||
|
image: 'git.rustybever.be/chewing_bever/calathea:latest'
|
||
|
|
||
|
ports:
|
||
|
- '8013:8000'
|
||
|
volumes:
|
||
|
- '/mnt/data1/calathea/data:/data'
|