Skip to content

Instantly share code, notes, and snippets.

@GitterDoneScott
Created January 29, 2020 16:50
Show Gist options
  • Save GitterDoneScott/b3daf6c64ae318a2dd403b002746d3ba to your computer and use it in GitHub Desktop.
Save GitterDoneScott/b3daf6c64ae318a2dd403b002746d3ba to your computer and use it in GitHub Desktop.
Bitwarden behind self-hosted containerized jwilder/nginx-proxy
version: '3'
services:
nginx:
environment:
- "VIRTUAL_PORT=8080"
- "VIRTUAL_HOST=bitwarden.example.com"
- "LETSENCRYPT_HOST=bitwarden.example.com"
- "LETSENCRYPT_EMAIL=lte@example.com"
networks:
- reverse-proxy
- default
networks:
reverse-proxy:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment