From 37acd4a74c74299546f4f963a657039fcfe47007 Mon Sep 17 00:00:00 2001 From: Cyrille <1618640+cyri113@users.noreply.github.com> Date: Thu, 23 May 2024 16:18:51 +0200 Subject: [PATCH] Update docker-compose.yml --- development/docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/development/docker-compose.yml b/development/docker-compose.yml index 7b21c1f..3738c66 100644 --- a/development/docker-compose.yml +++ b/development/docker-compose.yml @@ -249,6 +249,9 @@ services: volumes: - qdrant_data:/qdrant/storage - qdrant_snapshots:/qdrant/snapshots + networks: + - production + - monitoring <<: [*lg-resources-common] qdrant-healthcheck: @@ -263,6 +266,9 @@ services: interval: 10s timeout: 2s retries: 5 + networks: + - production + - monitoring <<: [*sm-resources-common] redis-discord: