feat: add .env configuration with example template and update documentation

Add .env.example template with all configuration options (Radarr, Sonarr, SABnzbd). Move environment variables from docker-compose.yml to .env file for easier configuration management. Add .gitignore for .env, data/, and Python cache files. Update README with setup instructions for copying .env.example and configuring services. Replace hardcoded volume paths with environment variables in docker-compose.yml.
This commit is contained in:
2026-08-13 11:02:12 +02:00
parent f78944795c
commit f52fdf747c
4 changed files with 41 additions and 25 deletions
+4
View File
@@ -0,0 +1,4 @@
.env
data/
__pycache__/
*.pyc