initial commit: Docker compose configs for gitea, gluetun-qbittorrent, homeassistant, searxng

This commit is contained in:
ray
2026-07-12 10:02:52 -04:00
commit 8ca9805d6f
9 changed files with 165 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Exclude entire runtime-data directories (no compose files here)
chrome-vnc/
mealie-data/
vaultwarden/
# gitea runtime data
gitea/data/
# gluetun + qbittorrent runtime data
gluetun-qbittorrent/gluetun/
gluetun-qbittorrent/qbittorrent/
# searxng runtime data
searxng/searxng/
# homeassistant runtime data
homeassistant/.storage/
homeassistant/.cache/
homeassistant/.cloud/
homeassistant/blueprints/
homeassistant/deps/
homeassistant/*.db
homeassistant/*.db-shm
homeassistant/*.db-wal
homeassistant/*.log*
homeassistant/.ha_run.lock
homeassistant/.HA_VERSION
# Secrets and sensitive files
*.pem
.secret
.session_secret
.kasmpasswd
# macOS
.DS_Store
# IDE
.idea/
.vscode/