Some Docker updates

This commit is contained in:
Simon-Martens
2025-03-02 14:59:11 +01:00
parent 180d3f8756
commit e43066fcf8
3 changed files with 12 additions and 2 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
name: musenalm
services:
all:
build: .
ports:
- "8090:8090"
volumes:
- ma:/app/data
volumes:
ma: