Initial commit

This commit is contained in:
2026-02-24 16:34:39 +03:00
commit ea8fff629c
38 changed files with 4045 additions and 0 deletions

18
stacks/media/seer.yaml Normal file
View File

@@ -0,0 +1,18 @@
services:
seer:
image: ghcr.io/seerr-team/seerr:latest
container_name: seer
environment:
- LOG_LEVEL=info
- TZ=Europe/Moscow
- PORT=5055
ports:
- "5055:5055"
volumes:
- /srv/homelab/config/media/seer:/app/config
restart: unless-stopped
logging:
driver: json-file
options:
max-size: "10m"
max-file: "5"