Skip to content

Instantly share code, notes, and snippets.

@fastjack
Created February 15, 2022 07:53
Show Gist options
  • Save fastjack/880e69b6c4c218c0f8827f4c0f0f453b to your computer and use it in GitHub Desktop.
Save fastjack/880e69b6c4c218c0f8827f4c0f0f453b to your computer and use it in GitHub Desktop.
labels:
- 'traefik.enable=true'
- 'traefik.docker.network=traefik-proxy'
- 'traefik.http.routers.bitwarden-ui.rule=Host(`bitwarden.foodomain.com`)'
- 'traefik.http.routers.bitwarden-ui.entrypoints=websecure'
- 'traefik.http.routers.bitwarden-ui.tls=true'
- 'traefik.http.routers.bitwarden-ui.service=bitwarden-ui'
- 'traefik.http.services.bitwarden-ui.loadbalancer.server.port=80'
- 'traefik.http.routers.bitwarden-websocket=Host(`bitwarden.foodomain.com`) && Path(`/notifications/hub`)'
- 'traefik.http.routers.bitwarden-websocket.entrypoints=websecure'
- 'traefik.http.routers.bitwarden-websocket.tls=true'
- 'traefik.http.routers.bitwarden-websocket.service=bitwarden-websocket'
- 'traefik.http.services.bitwarden-websocket.loadbalancer.server.port=3012'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment