Update media-management.yaml

master
Dex Burgess 2026-01-18 01:49:43 +00:00
parent 10eba27e46
commit ad9811bec1
1 changed files with 21 additions and 10 deletions

View File

@ -80,16 +80,16 @@ services:
- TP_THEME=$THEME
# Media Request
ombi:
image: linuxserver/ombi:latest
container_name: ombi
restart: unless-stopped
volumes:
- /dockers/ombi/config:/config
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
#ombi:
# image: linuxserver/ombi:latest
# container_name: ombi
# restart: unless-stopped
# volumes:
# - /dockers/ombi/config:/config
# environment:
# - PUID=1000
# - PGID=1000
# - TZ=America/New_York
# Indexer
prowlarr:
@ -118,6 +118,17 @@ services:
- CELERY_BROKER_URL=redis://localhost:6379/0
- DISPATCHARR_LOG_LEVEL=info
teamarr:
image: ghcr.io/pharaoh-labs/teamarr:latest
container_name: teamarr
restart: unless-stopped
ports:
- 9195:9195
volumes:
- /dockers/teamarr/data:/app/data
environment:
- TZ=America/New_York
# VPN
gluetun:
image: qmcgaw/gluetun