This commit is contained in:
Bastian Wagner
2026-05-05 19:26:43 +02:00
commit 8d07939527
29 changed files with 2646 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
sync:
build: .
env_file:
- .env
volumes:
- ./data:/data
ports:
- "127.0.0.1:8080:8080"
restart: unless-stopped
command: ["serve"]