Skip to content

Instantly share code, notes, and snippets.

@GitterDoneScott
Created January 29, 2020 16:49
Show Gist options
  • Save GitterDoneScott/a016a1a224567f8e5fd6769ea93d60e0 to your computer and use it in GitHub Desktop.
Save GitterDoneScott/a016a1a224567f8e5fd6769ea93d60e0 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