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 - TP_THEME=$THEME
# Media Request # Media Request
ombi: #ombi:
image: linuxserver/ombi:latest # image: linuxserver/ombi:latest
container_name: ombi # container_name: ombi
restart: unless-stopped # restart: unless-stopped
volumes: # volumes:
- /dockers/ombi/config:/config # - /dockers/ombi/config:/config
environment: # environment:
- PUID=1000 # - PUID=1000
- PGID=1000 # - PGID=1000
- TZ=America/New_York # - TZ=America/New_York
# Indexer # Indexer
prowlarr: prowlarr:
@ -118,6 +118,17 @@ services:
- CELERY_BROKER_URL=redis://localhost:6379/0 - CELERY_BROKER_URL=redis://localhost:6379/0
- DISPATCHARR_LOG_LEVEL=info - 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 # VPN
gluetun: gluetun:
image: qmcgaw/gluetun image: qmcgaw/gluetun