Added certbot container
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user