ports fix and gpu for plex

This commit is contained in:
tijsg
2025-06-17 13:17:43 +02:00
parent f09385545a
commit bfe9b6cb27

View File

@@ -52,6 +52,13 @@ services:
network_mode: "service:gluetun" network_mode: "service:gluetun"
depends_on: depends_on:
- gluetun - gluetun
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
@@ -187,7 +194,7 @@ services:
image: fallenbagel/jellyseerr:latest image: fallenbagel/jellyseerr:latest
container_name: jellyseerr container_name: jellyseerr
ports: ports:
- 8096:8096 - 5055:5055
environment: environment:
- LOG_LEVEL=debug - LOG_LEVEL=debug
- TZ=Etc/UTC - TZ=Etc/UTC