Add plex and h5ai to traefik
This commit is contained in:
parent
f8f036fac2
commit
19c96d5b80
|
@ -69,12 +69,16 @@ services:
|
||||||
build: Dockerfiles/h5ai
|
build: Dockerfiles/h5ai
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- main
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
- torrents:/torrents
|
- torrents:/torrents
|
||||||
- config:/config
|
- config:/config
|
||||||
env_file:
|
labels:
|
||||||
- config
|
- 'traefik.backend=h5ai'
|
||||||
|
- 'traefik.port=12333'
|
||||||
|
- 'traefik.frontend.rule=Host:explore.${TRAEFIK_DOMAIN}'
|
||||||
|
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
# owncloud:
|
# owncloud:
|
||||||
# image: owncloud:latest
|
# image: owncloud:latest
|
||||||
|
@ -91,7 +95,7 @@ services:
|
||||||
build: Dockerfiles/plex
|
build: Dockerfiles/plex
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- main
|
- web
|
||||||
ports:
|
ports:
|
||||||
- "32400:32400"
|
- "32400:32400"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -99,6 +103,12 @@ services:
|
||||||
- torrents:/torrents
|
- torrents:/torrents
|
||||||
env_file:
|
env_file:
|
||||||
- config
|
- config
|
||||||
|
labels:
|
||||||
|
- 'traefik.backend=plex'
|
||||||
|
- 'traefik.port=32400'
|
||||||
|
- 'traefik.frontend.rule=Host:plex.${TRAEFIK_DOMAIN}'
|
||||||
|
- 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}'
|
||||||
|
- 'traefik.enable=true'
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
image: fromenje/seedbox:sonarr
|
image: fromenje/seedbox:sonarr
|
||||||
|
|
Loading…
Reference in New Issue