feat: add docker-registry/ & milvus-standalone/
This commit is contained in:
@@ -27,9 +27,9 @@ services:
|
||||
- ./embed_etcd.yaml:/milvus/configs/embed_etcd.yaml
|
||||
- ./user.yaml:/milvus/configs/user.yaml
|
||||
ports:
|
||||
- "${MILVUS_PORT_HTTP:-19530}:19530"
|
||||
- "${MILVUS_PORT_WEBUI:-9091}:9091"
|
||||
- "${MILVUS_PORT_ETCD:-2379}:2379"
|
||||
- "${MILVUS_PORT_OVERRIDE_HTTP:-19530}:19530"
|
||||
- "${MILVUS_PORT_OVERRIDE_WEBUI:-9091}:9091"
|
||||
- "${MILVUS_PORT_OVERRIDE_ETCD:-2379}:2379"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:9091/healthz"]
|
||||
interval: 30s
|
||||
@@ -40,10 +40,10 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '2'
|
||||
cpus: '2.0'
|
||||
memory: 4G
|
||||
reservations:
|
||||
cpus: '1'
|
||||
cpus: '1.0'
|
||||
memory: 2G
|
||||
|
||||
attu:
|
||||
@@ -54,7 +54,7 @@ services:
|
||||
environment:
|
||||
- MILVUS_URL=${MILVUS_URL:-milvus-standalone-embed:19530}
|
||||
ports:
|
||||
- "${ATTU_PORT:-8000}:3000"
|
||||
- "${ATTU_OVERRIDE_PORT:-8000}:3000"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user