|
|
|
@ -63,6 +63,7 @@
|
|
|
|
- "{{ jackett_exposed_port }}:9117"
|
|
|
|
- "{{ jackett_exposed_port }}:9117"
|
|
|
|
# lidarr
|
|
|
|
# lidarr
|
|
|
|
- "{{ lidarr_exposed_port }}:8686"
|
|
|
|
- "{{ lidarr_exposed_port }}:8686"
|
|
|
|
|
|
|
|
- "8191:8191"
|
|
|
|
|
|
|
|
|
|
|
|
qbittorrent:
|
|
|
|
qbittorrent:
|
|
|
|
labels: "{{ backup_labels}}"
|
|
|
|
labels: "{{ backup_labels}}"
|
|
|
|
@ -132,6 +133,19 @@
|
|
|
|
- "{{ directories.downloads_dir }}:/downloads"
|
|
|
|
- "{{ directories.downloads_dir }}:/downloads"
|
|
|
|
restart: unless-stopped
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
flaresolverr:
|
|
|
|
|
|
|
|
network_mode: "service:protonwire"
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
|
|
|
|
- protonwire
|
|
|
|
|
|
|
|
image: ghcr.io/flaresolverr/flaresolverr:latest
|
|
|
|
|
|
|
|
container_name: flaresolverr
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
|
|
|
- "LOG_LEVEL=info"
|
|
|
|
|
|
|
|
- "LOG_HTML=false"
|
|
|
|
|
|
|
|
- "CAPTCHA_SOLVER=none"
|
|
|
|
|
|
|
|
- "TZ=Europe/London"
|
|
|
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
|
|
lidarr:
|
|
|
|
lidarr:
|
|
|
|
image: "{{ lidarr_image }}:{{ lidarr_tag }}"
|
|
|
|
image: "{{ lidarr_image }}:{{ lidarr_tag }}"
|
|
|
|
depends_on:
|
|
|
|
depends_on:
|
|
|
|
|