cwa import

This commit is contained in:
2026-05-13 18:24:55 +02:00
parent bfa09976b7
commit c0e1cb0688
11 changed files with 60 additions and 886 deletions
+2
View File
@@ -6,6 +6,8 @@ services:
volumes:
# Persists the SQLite database and settings across container restarts
- ./data:/app/data
# CWA import folder — set the host path to match your CWA ingest directory
- /path/to/cwa-import:/cwa-import
# 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