fix build and deploy of sslproxy

This commit is contained in:
2020-06-06 01:25:44 -04:00
parent 7175a4fb2d
commit 4439ae493d
15 changed files with 98 additions and 25 deletions

View File

@@ -14,6 +14,8 @@ services:
- certbot
- certonly
- --standalone
networks:
- prod_tasks:
certificates:
image: ${LETSENCRYPT_IMAGE}
@@ -33,3 +35,11 @@ services:
- ${LETSENCRYPT_MOUNT}:/etc/letsencrypt
ports:
- 80:80
networks:
prod_ui:
external:
name: prod_ui
prod_tasks:
external:
name: prod_tasks