Initial commit

This commit is contained in:
2026-05-09 18:41:03 +02:00
commit d384f1f896
18 changed files with 1339 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
calibresync:
build: .
ports:
- "8000:8000"
volumes:
# Persists the SQLite database and settings across container restarts
- ./data:/app/data
# Optional: mount your SSH private key read-only instead of pasting it in the UI
# - ~/.ssh/id_rsa:/run/secrets/ssh_key:ro
restart: unless-stopped
environment:
DATA_DIR: /app/data