proxy-nginx/deploy-this/lets-encrypt/lets-encrypt.yml

9 lines
207 B
YAML
Executable File

services:
certbot:
image: ${CERTBOT_IMAGE}
container_name: certbot
volumes:
- ${DOCKER_DATA}/letsencrypt:/etc/letsencrypt:rw
- ${DOCKER_DATA}/letsencrypt-tmp:/var/www/certbot/:rw