updates to deploy testing and certbot commands

This commit is contained in:
2020-06-05 08:02:45 -04:00
parent 857bf699de
commit 7175a4fb2d
14 changed files with 132 additions and 41 deletions

View File

@@ -4,19 +4,16 @@ version: '3.4'
services:
renew:
container_name: certbot
image: ${LETSENCRYPT_IMAGE}
volumes:
- ${LETSENCRYPT_MOUNT}:/etc/letsencrypt:ro
- ${LETSENCRYPT_MOUNT}:/etc/letsencrypt
ports:
- 80:80
command:
entrypoint:
- certbot
- certonly
- -n
- --standalone
- --test-cert
- --dryrun
networks:
- prod_ui
certificates:
image: ${LETSENCRYPT_IMAGE}
@@ -36,10 +33,3 @@ services:
- ${LETSENCRYPT_MOUNT}:/etc/letsencrypt
ports:
- 80:80
networks:
prod_ui:
external:
name: prod_ui