fix build and deploy of sslproxy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user