fix: docker-compose pg_url removal; depends on pg -> vectorDB (#5733)

This commit is contained in:
Finley Ge
2025-10-06 11:42:57 +08:00
committed by GitHub
parent 69559814e7
commit b8c2c7ad98
22 changed files with 60 additions and 129 deletions

View File

@@ -17,7 +17,6 @@
# milvus
milvus-etcd:
container_name: milvus-etcd
image:
image: ${{milvus-etcd.image}}:${{milvus-etcd.tag}}
environment:
- ETCD_AUTO_COMPACTION_MODE=revision
@@ -34,7 +33,7 @@
interval: 30s
timeout: 20s
retries: 3
milvusStandalone:
vectorDB:
container_name: milvusStandalone
image: ${{milvus-standalone.image}}:${{milvus-standalone.tag}}
command: ['milvus', 'run', 'standalone']

View File

@@ -1,4 +1,4 @@
ob:
vectorDB:
image: ${{oceanbase.image}}:${{oceanbase.tag}}
container_name: ob
restart: always

View File

@@ -1,4 +1,4 @@
pg:
vectorDB:
image: ${{pg.image}}:${{pg.tag}}
container_name: pg
restart: always