mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-28 08:45:32 +00:00
18 lines
216 B
YAML
18 lines
216 B
YAML
services:
|
|
musenalm:
|
|
build: .
|
|
expose:
|
|
- "8090"
|
|
volumes:
|
|
- musenalm:/app/data
|
|
networks:
|
|
- caddynet
|
|
|
|
volumes:
|
|
musenalm:
|
|
external: true
|
|
|
|
networks:
|
|
caddynet:
|
|
external: true
|