Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
add missing traefik labels
  • Loading branch information
l4rm4nd authored Feb 15, 2024
1 parent 8a7f732 commit ad378cf
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions examples/bibliogram/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,18 @@ services:
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bibliogram/config.js:/app/config.js:ro
ports:
- '10407:10407'
restart: unless-stopped
- 10407:10407
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

0 comments on commit ad378cf

Please sign in to comment.