Dockerfile

This commit is contained in:
Simon Martens
2025-05-19 18:09:50 +02:00
parent 7acff110c9
commit cd17fceb72
4 changed files with 20 additions and 1 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
name: lenz-briefe
services:
all:
build: .
ports:
- "8085:8085"
volumes:
- lenz_briefe:/app/data
volumes:
lenz_briefe: