From 506b71dc35ca4e4bfd42254b07c6769dc000ad60 Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Sat, 14 Jun 2025 03:37:23 +0300 Subject: [PATCH] fix --- prepare/run-production.sh | 1 + 1 file changed, 1 insertion(+) 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