Create a flaresolverr container
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
|||||||
prowlarr:
|
prowlarr:
|
||||||
image: linuxserver/prowlarr:develop #TODO: Move to a stable version!
|
image: linuxserver/prowlarr:develop #TODO: Move to a stable version!
|
||||||
networks:
|
networks:
|
||||||
|
- default
|
||||||
- traefik
|
- traefik
|
||||||
- gotify
|
- gotify
|
||||||
- downloads
|
- downloads
|
||||||
@@ -21,6 +22,9 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.http.routers.prowlarr.rule: HostRegexp(`prowlarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`)
|
traefik.http.routers.prowlarr.rule: HostRegexp(`prowlarr{subdomain:(\.[a-z0-9-]+)?}.dedicated.contact`)
|
||||||
|
flaresolverr:
|
||||||
|
image: ngosang/flaresolverr:3.0.0.beta3 #TODO: Move to a stable version!
|
||||||
|
restart: unless-stopped
|
||||||
# TODO:
|
# TODO:
|
||||||
# NZBGet
|
# NZBGet
|
||||||
# Transmission
|
# Transmission
|
||||||
|
|||||||
Reference in New Issue
Block a user