added jellyfin

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Goyban
2026-08-18 15:03:27 +02:00
parent 7846372ee7
commit aaef0796a3
12 changed files with 627 additions and 33 deletions
+18 -9
View File
@@ -1,12 +1,21 @@
# Ignore all contents of the folder
# ─── Deny by default ────────────────────────────────────────────────
# Everything inside a service directory is ignored. This means a new
# service is safe automatically — you don't have to remember to add a
# rule for it before the first `docker compose up`.
*/*
openwebui/*
!openwebui/docker-compose.yaml
overleaf/*
!overleaf/docker-compose.yaml
owui-ollama/*
!owui-ollama/docker-compose.yaml
# ─── …except the files that define a stack ──────────────────────────
!*/compose.yaml
!*/docker-compose.yaml
!*/.env.example
!*/README.md
# Docs are not service data.
!docs/**
# ─── Never, anywhere ────────────────────────────────────────────────
.env
*.key
*.pem
*.crt
secrets/