Skip to content

Instantly share code, notes, and snippets.

@FirefoxMetzger
Created October 29, 2020 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FirefoxMetzger/42c79b1e049fc75f8685a5c7ec04fcd5 to your computer and use it in GitHub Desktop.
Save FirefoxMetzger/42c79b1e049fc75f8685a5c7ec04fcd5 to your computer and use it in GitHub Desktop.
version: '3'
services:
vouch:
image: voucher/vouch-proxy
volumes:
- ./vouch/config/config.yml:/config/config.yml
nginx:
image: nginx
depends_on:
- vouch
volumes:
- ./nginx/conf.d/:/etc/nginx/conf.d/
- ./web/:/usr/share/nginx/html/
- ./cert/:/certs
ports:
- 443:443
- 80:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment