Merge pull request #370 from philtrep/certbot

Certbot container
This commit is contained in:
Mahmoud Zalt
2017-03-16 13:25:15 -04:00
committed by GitHub
8 changed files with 65 additions and 0 deletions

View File

@ -343,6 +343,18 @@ services:
- "9300:9300"
links:
- php-fpm
### Certbot Container ##################################
certbot:
build:
context: ./certbot
volumes:
- ./data/certbot/certs/:/var/certs
- ./certbot/letsencrypt/:/var/www/letsencrypt
environment:
CN: "fake.domain.com"
EMAIL: "fake.email@gmail.com"
### Mailhog Container #########################################