adjusting networks for certbot so that we can talk to the right containers

This commit is contained in:
2020-06-06 15:18:26 -04:00
parent 4439ae493d
commit 68296c8e92
11 changed files with 82 additions and 33 deletions

View File

@@ -4,7 +4,7 @@ version: '3.4'
services:
renew:
container_name: certbot
container_name: sslproxy_renew
image: ${LETSENCRYPT_IMAGE}
volumes:
- ${LETSENCRYPT_MOUNT}:/etc/letsencrypt
@@ -14,8 +14,9 @@ services:
- certbot
- certonly
- --standalone
- -n
networks:
- prod_tasks:
- prod_tasks
certificates:
image: ${LETSENCRYPT_IMAGE}