mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-26 14:43:35 +00:00
Update docker-compose.yml
add missing traefik labels
This commit is contained in:
parent
8a7f732f2f
commit
ad378cf5bf
@ -6,5 +6,18 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bibliogram/config.js:/app/config.js:ro
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bibliogram/config.js:/app/config.js:ro
|
||||||
ports:
|
ports:
|
||||||
- '10407:10407'
|
- 10407:10407
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
#networks:
|
||||||
|
# - proxy
|
||||||
|
#labels:
|
||||||
|
# - traefik.enable=true
|
||||||
|
# - traefik.docker.network=proxy
|
||||||
|
# - traefik.http.routers.bibliogram.rule=Host(`bibliogram.example.com`)
|
||||||
|
# - traefik.http.services.bibliogram.loadbalancer.server.port=10407
|
||||||
|
# # Optional part for traefik middlewares
|
||||||
|
# - traefik.http.routers.bibliogram.middlewares=local-ipwhitelist@file,authelia@docker
|
||||||
|
|
||||||
|
#networks:
|
||||||
|
# proxy:
|
||||||
|
# external: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user