added jellyfin

This commit is contained in:
Goyban
2026-08-18 15:03:27 +02:00
parent 28bcc8f9fb
commit 369bf69abf
13 changed files with 628 additions and 34 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/