#!/bin/bash # Create network for databases. docker network create -d overlay db-network docker network create -d overlay --attachable db-external