From 5cdae0a05669c066418210ea03ece84ddebe4f76 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 15 Aug 2019 16:01:28 -0400 Subject: [PATCH 1/2] feat: add generic network for use in projects --- docker/data-source-services/network-creation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/data-source-services/network-creation.sh b/docker/data-source-services/network-creation.sh index 261b335..58a6c28 100755 --- a/docker/data-source-services/network-creation.sh +++ b/docker/data-source-services/network-creation.sh @@ -1,4 +1,5 @@ echo "Creating container networks:\n" +docker network create st-internal docker network create nginx-proxy docker network create st-mariadb-102 docker network create st-mysql-56 From b285a80ea10d57905bcb50c3e77fade8292eba89 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Thu, 15 Aug 2019 16:01:55 -0400 Subject: [PATCH 2/2] docs: add manual creation of st-internal network --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f112ee..fff5728 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ of these services, you likely would not use a docker version of them in producti 3. `docker network create st-mysql-56` 4. `docker network create st-postgres-95` 5. `docker network create st-redis-32` + 6. `docker network create st-internal` 5. Execute `docker-compose up --build` - If you're in a Windows environment, then perform the following if your build fails: 1. Kill, and optionally disable, the `World Wide Web Publishing Service`.