Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored May 23, 2024
1 parent e06fd30 commit 37acd4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ services:
volumes:
- qdrant_data:/qdrant/storage
- qdrant_snapshots:/qdrant/snapshots
networks:
- production
- monitoring
<<: [*lg-resources-common]

qdrant-healthcheck:
Expand All @@ -263,6 +266,9 @@ services:
interval: 10s
timeout: 2s
retries: 5
networks:
- production
- monitoring
<<: [*sm-resources-common]

redis-discord:
Expand Down

0 comments on commit 37acd4a

Please sign in to comment.