Skip to content

Commit

Permalink
share output of letsencrypt with nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
danReynolds committed Dec 25, 2017
1 parent 6b25caa commit 2883c74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ services:
networks:
default:
volumes:
- /etc/letsencrypt/live/api.summonerexpert.com/priv.pem:/etc/nginx/summonerexpert_privkey.pem
- /etc/letsencrypt/live/api.summonerexpert.com/chain.pem:/etc/nginx/summonerexpert_chain.pem
- /etc/letsencrypt/live/api.summonerexpert.com/fullchain.pem:/etc/nginx/summonerexpert_fullchain.pem
- /etc/ssl/certs/dhparam.pem:/etc/nginx/dhparam.pem
- logs:/etc/nginx/log/
- ./nginx.conf:/etc/nginx/conf.d/default.conf
- letsencrypt:/usr/share/nginx/html
- webroot:/usr/share/nginx/html
- letsencrypt:/etc/nginx
letsencrypt:
image: certbot/certbot:latest
volumes:
- letsencrypt:/usr/share/nginx/html
- webroot:/usr/share/nginx/html
- letsencrypt:/etc/letsencrypt/live/api.summonerexpert.com
volumes:
logs:
pgdata:
webroot:
letsencrypt:

0 comments on commit 2883c74

Please sign in to comment.