mirror of
https://github.com/krateng/maloja.git
synced 2025-04-12 15:07:13 +03:00
14 lines
241 B
YAML
14 lines
241 B
YAML
services:
|
|
maloja:
|
|
build:
|
|
context: ..
|
|
dockerfile: ./Containerfile
|
|
ports:
|
|
- "42010:42010"
|
|
volumes:
|
|
- "./testdata:/data"
|
|
environment:
|
|
- "MALOJA_DATA_DIRECTORY=/data"
|
|
- "PUID=1000"
|
|
- "PGID=1000"
|