mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-15 17:17:37 +00:00
Update docker-compose.yml
add missing traefik labels and port definition
This commit is contained in:
parent
116a9cdf43
commit
168df60751
@ -9,6 +9,23 @@ services:
|
|||||||
hostname: deemix
|
hostname: deemix
|
||||||
image: registry.gitlab.com/bockiii/deemix-docker:latest
|
image: registry.gitlab.com/bockiii/deemix-docker:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- 6595:6595
|
||||||
|
expose:
|
||||||
|
- 6595
|
||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/deemix/config:/config
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/deemix/config:/config
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/deemix/downloads:/downloads
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/deemix/downloads:/downloads
|
||||||
|
#networks:
|
||||||
|
# - proxy
|
||||||
|
#labels:
|
||||||
|
# - traefik.enable=true
|
||||||
|
# - traefik.docker.network=proxy
|
||||||
|
# - traefik.http.routers.deemix.rule=Host(`deemix.example.com`)
|
||||||
|
# - traefik.http.services.deemix.loadbalancer.server.port=6595
|
||||||
|
# # Optional part for traefik middlewares
|
||||||
|
# - traefik.http.routers.deemix.middlewares=local-ipwhitelist@file,authelia@docker
|
||||||
|
|
||||||
|
#networks:
|
||||||
|
# proxy:
|
||||||
|
# external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user