Update mediaserver.docker-compose.yaml
This commit is contained in:
parent
90c045fd36
commit
6db7a21ace
|
@ -65,8 +65,28 @@ services:
|
||||||
- "traefik.http.routers.sonarr.tls=true"
|
- "traefik.http.routers.sonarr.tls=true"
|
||||||
- "traefik.http.routers.sonarr.tls.certresolver=http"
|
- "traefik.http.routers.sonarr.tls.certresolver=http"
|
||||||
- "traefik.http.routers.sonarr.entrypoints=internalsecure"
|
- "traefik.http.routers.sonarr.entrypoints=internalsecure"
|
||||||
ports:
|
restart: unless-stopped
|
||||||
- 8989:8989
|
networks:
|
||||||
|
- external
|
||||||
|
|
||||||
|
lidarr:
|
||||||
|
image: lscr.io/linuxserver/lidarr:latest
|
||||||
|
container_name: lidarr
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Europe/Paris
|
||||||
|
volumes:
|
||||||
|
- /mnt/Main/containers/media-manager/lidarr:/config
|
||||||
|
- /mnt/Main/local/movies/musics:/music
|
||||||
|
- /mnt/Main/local/movies/tmp:/downloads
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.sonarr.rule=Host(`lidarr.bhasher.com`)"
|
||||||
|
- "traefik.http.services.sonarr.loadbalancer.server.port=8686"
|
||||||
|
- "traefik.http.routers.sonarr.tls=true"
|
||||||
|
- "traefik.http.routers.sonarr.tls.certresolver=http"
|
||||||
|
- "traefik.http.routers.sonarr.entrypoints=internalsecure"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- external
|
- external
|
||||||
|
|
Loading…
Reference in New Issue