trying to place a health check/url on padev to fix the weird slow restart, not sure it was not just traefik needing a rebuild??? also finally have moved embyserver off the beta versions back to mainline :latest

This commit is contained in:
2025-10-10 23:55:32 +11:00
parent ef24976947
commit 43719b968a

View File

@@ -152,8 +152,7 @@ services:
# direct play on tv works (from memory) # direct play on tv works (from memory)
emby: emby:
container_name: emby container_name: emby
# image: emby/embyserver:latest image: emby/embyserver:latest
image: emby/embyserver:4.9.1.36
restart: always restart: always
network_mode: host network_mode: host
environment: environment:
@@ -771,6 +770,9 @@ services:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.padev.rule=Host(`padev.ddp.net`)" - "traefik.http.routers.padev.rule=Host(`padev.ddp.net`)"
- "traefik.http.routers.padev.entrypoints=web" - "traefik.http.routers.padev.entrypoints=web"
- "traefik.http.services.padev.loadbalancer.healthcheck.path=/health"
- "traefik.http.services.padev.loadbalancer.healthcheck.interval=5s"
- "traefik.http.services.padev.loadbalancer.healthcheck.timeout=2s"
pa: pa:
container_name: pa container_name: pa