Rajout de Lidarr
This commit is contained in:
		| @@ -37,6 +37,7 @@ services: | ||||
|      - 8191:8191 # Flaresolver | ||||
|      - 8080:8080 # WebUI rutorrent crazymax | ||||
|      - 9696:9696 # WebUI prowlarr | ||||
|      - 8686:8686 # WebUI Lidarr | ||||
|     devices:  | ||||
|      - /dev/net/tun:/dev/net/tun | ||||
|     volumes: | ||||
| @@ -106,7 +107,8 @@ services: | ||||
|       - TZ=${TZ} | ||||
|     volumes: | ||||
|       - ${RACINE}/sonarr/config:/config | ||||
|       - ${RACINE}/rutorrent/downloads:/downloads | ||||
|       - ${RACINE}/rutorrent/downloads:/downloads/rutorrent | ||||
|       - ${RACINE}/qbittorent/downloads:/downloads/qbittorrent | ||||
|     restart: unless-stopped | ||||
|      | ||||
|   radarr: | ||||
| @@ -124,7 +126,8 @@ services: | ||||
|       - TZ=${TZ} | ||||
|     volumes: | ||||
|       - ${RACINE}/radarr/config:/config | ||||
|       - ${RACINE}/rutorrent/downloads:/downloads | ||||
|       - ${RACINE}/rutorrent/downloads:/downloads/rutorrent | ||||
|       - ${RACINE}/qbittorent/downloads:/downloads/qbittorrent | ||||
|     restart: unless-stopped  | ||||
|      | ||||
|   jackett: | ||||
| @@ -142,7 +145,8 @@ services: | ||||
|       - TZ=${TZ} | ||||
|     volumes: | ||||
|       - ${RACINE}/jackett/config:/config | ||||
|       - ${RACINE}/jackett/downloads:/downloads | ||||
|       - ${RACINE}/jackett/downloads:/downloads/rutorrent | ||||
|       - ${RACINE}/qbittorent/downloads:/downloads/qbittorrent | ||||
|     restart: unless-stopped | ||||
|      | ||||
|   flaresolverr: | ||||
| @@ -176,6 +180,25 @@ services: | ||||
|      - ${RACINE}/qbittorrent/downloads:/downloads | ||||
|     restart: unless-stopped | ||||
|  | ||||
|   lidarr: | ||||
|     image: ghcr.io/linuxserver/lidarr | ||||
|     container_name: lidarr | ||||
| #    labels: | ||||
| #     - autoheal=true | ||||
| #     - com.centurylinklabs.watchtower.enable=true | ||||
|     depends_on: | ||||
|      - vpn | ||||
|     network_mode: "service:vpn" | ||||
|     environment: | ||||
|      - PUID=${PUID} | ||||
|      - PGID=${PGID} | ||||
|      - TZ=${TZ} | ||||
|     volumes: | ||||
|      - ${RACINE}/lidarr/config:/config | ||||
|      - ${RACINE}/rutorrent/downloads:/downloads/rutorrent | ||||
|      - ${RACINE}/qbittorent/downloads:/downloads/qbittorrent | ||||
|     restart: unless-stopped | ||||
|  | ||||
| networks: | ||||
|   vpn-network: | ||||
|     external: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user