Added certbot container

This commit is contained in:
philtrep
2016-10-09 21:01:49 -04:00
parent 5e9ae56a7f
commit 4030cc2f26
6 changed files with 31 additions and 0 deletions

View File

@ -311,9 +311,22 @@ 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"
### Volumes Setup ###########################################
volumes:
mysql:
driver: "local"