updated emby to 4.9.1.0

updated mythweb to only work on myth.ddp.net
updated vaultwarden to allow redirect to work behind traefik, and also disabled
ability for anyone new to register an account
This commit is contained in:
2025-05-27 18:16:54 +10:00
parent a8a1940d2d
commit f2da5f4e86

View File

@@ -145,7 +145,7 @@ services:
emby:
container_name: emby
# image: emby/embyserver:latest
image: emby/embyserver:4.9.0.52
image: emby/embyserver:4.9.1.0
restart: always
network_mode: host
environment:
@@ -789,6 +789,8 @@ services:
- /etc/localtime:/etc/localtime:ro
environment:
- "ORG_EVENTS_ENABLED=true"
- "DOMAIN=https://bw.depaoli.id.au"
- "SIGNUPS_ALLOWED=false"
env_file:
- /srv/docker/config/secrets/vaultwarden
labels:
@@ -1072,7 +1074,6 @@ services:
labels:
- "com.centurylinklabs.watchtower.enable=true"
- "traefik.enable=true"
#- "traefik.http.routers.web.rule=Host(`myth.ddp.net`) && ( Path(`/`) || PathPrefix(`/images` ) || PathPrefix(`/mythweb`) )"
- "traefik.http.routers.web.rule=Host(`myth.ddp.net`)"
- "traefik.http.routers.web.entrypoints=web"
- "last.commit.url=https://api.github.com/repos/docker-library/php/commits"