move plex to traefik provider
Deploy Containers / Prepare (push) Successful in 1m2s

This commit is contained in:
2026-05-09 15:30:05 -04:00
parent ef22d51039
commit 3d87cbadc2
2 changed files with 6 additions and 11 deletions
+6
View File
@@ -20,3 +20,9 @@
volumes:
- "{{ data_dir }}/plex:/config"
- "{{ media_path }}:/media"
labels:
traefik.enable: "true"
traefik.http.routers.plex.rule: Host(`tv.fntz.net`)
traefik.http.routers.plex.entrypoints: webSecure
traefik.http.routers.plex.tls.certresolver: letsencrypt
traefik.http.services.plex.loadbalancer.server.port: "32400"