musenalm local deply

This commit is contained in:
TSS
2025-10-02 15:45:15 +00:00
parent 4b2e1c4f9a
commit c93db71525

View File

@@ -1,10 +1,17 @@
name: musenalm
services:
all:
musenalm:
build: .
ports:
- "8090:8090"
expose:
- "8090"
volumes:
- ma_v2:/app/data
- musenalm:/app/data
networks:
- caddynet
volumes:
ma_v2:
musenalm:
external: true
networks:
caddynet:
external: true