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: