diff --git a/prepare/run-production.sh b/prepare/run-production.sh index c28854d..7e58718 100644 --- a/prepare/run-production.sh +++ b/prepare/run-production.sh @@ -5,6 +5,7 @@ docker network create -d overlay --attachable common-infra-nginx-development || docker network create -d overlay --attachable queues || true docker network create -d overlay --attachable queues-development || true docker network create -d overlay --attachable configurator || true +docker network create -d overlay --attachable monitoring || true docker network create -d overlay --attachable configurator-development || true docker network create -d overlay --attachable clickhouse || true docker network create -d overlay --attachable clickhouse-development || true