Docker Changes

This commit is contained in:
2025-06-22 09:25:39 +02:00
parent 506f0d38e2
commit b9473616db
2 changed files with 19 additions and 1 deletions

12
docker-compose.yaml Normal file
View File

@@ -0,0 +1,12 @@
services:
watcher:
build:
context: .
dockerfile: Dockerfile
image: watcher-lokal:development
container_name: watcher
ports:
- "5000:8080"
volumes:
- ./data:/app/persistence
- ./dumps:/app/wwwroot/downloads/sqlite