mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-28 16:55:32 +00:00
musenalm local deply
This commit is contained in:
@@ -1,10 +1,17 @@
|
|||||||
name: musenalm
|
|
||||||
services:
|
services:
|
||||||
all:
|
musenalm:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
expose:
|
||||||
- "8090:8090"
|
- "8090"
|
||||||
volumes:
|
volumes:
|
||||||
- ma_v2:/app/data
|
- musenalm:/app/data
|
||||||
|
networks:
|
||||||
|
- caddynet
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
ma_v2:
|
musenalm:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
networks:
|
||||||
|
caddynet:
|
||||||
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user