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,9 +4,9 @@
version: '3.4'
networks:
prod:
external:
name: prod
# prod:
# external:
# name: prod
prod_ui:
external:
name: prod_ui
@@ -19,3 +19,6 @@ networks:
prod_app:
external:
name: prod_app
prod_tasks:
external:
name: prod_tasks