fix: update Caddyfile and docker-compose configurations for Plex and Tautulli services
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 15s
Nix Format Check / check-format (push) Successful in 1m25s
Python Lint Check / check-python (push) Failing after 12s

This commit is contained in:
2025-03-25 16:01:28 +01:00
parent 42cb3d5bf2
commit 61cc5d50f9
4 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
services:
plex:
image: plexinc/pms-docker:latest
container_name: plex
environment:
- PUID=1000
- PGID=100
@@ -14,21 +13,10 @@ services:
- /mnt/object_storage/tvshows:/tvshows
- /mnt/object_storage/music:/music
restart: unless-stopped
ports:
- 32400:32400/tcp
- 3005:3005/tcp
- 8324:8324/tcp
- 32469:32469/tcp
- 32410:32410/udp
- 32412:32412/udp
- 32413:32413/udp
- 32414:32414/udp
networks:
- caddy_network
network_mode: host
tautulli:
image: lscr.io/linuxserver/tautulli:latest
container_name: tautulli
environment:
- PUID=1000
- PGID=100