103 lines
1.3 KiB
Plaintext
Executable File
103 lines
1.3 KiB
Plaintext
Executable File
# ===========================================
|
|
# DOCKER COMPOSE SECURITY & DATA FILES
|
|
# ===========================================
|
|
|
|
# Environment files with secrets
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.development
|
|
|
|
# Service configuration and data directories
|
|
# (Keeps service folders but ignores data/config inside them)
|
|
*/config/
|
|
*/data/
|
|
*/logs/
|
|
*/cache/
|
|
*/db/
|
|
*/media/
|
|
|
|
# Specific service data patterns
|
|
qBittorrent/config/
|
|
Homepage/config/
|
|
Homepage/data/
|
|
filebrowser/config/
|
|
filebrowser/data/
|
|
maloja/config/
|
|
maloja/data/
|
|
maloja/logs/
|
|
scrobble/config/
|
|
scrobble/data/
|
|
stirling/*/config/
|
|
stirling/*/data/
|
|
stirling/*/logs/
|
|
paperless/data/
|
|
paperless/media/
|
|
paperless/export/
|
|
paperless/consume/
|
|
gramps/gramps_*/
|
|
obsidian/vaults/
|
|
obsidian/config/
|
|
syncthing/
|
|
rustdesk/data/
|
|
racknerd-converter/data/
|
|
racknerd-converter/logs/
|
|
|
|
# Docker volumes and bind mounts from external paths
|
|
../docker-local/
|
|
docker-local/
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Log files
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
*~
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Docker specific
|
|
.dockerignore
|
|
docker-compose.override.yml
|
|
|
|
# SSL certificates and keys
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
|
|
# SSH keys
|
|
id_rsa
|
|
id_rsa.pub
|
|
known_hosts
|
|
|
|
# Runtime files
|
|
*.pid
|
|
*.sock |