Skip to content

Commit b221402

Browse files
committed
Cleaning up compose.yml file
1 parent 6768bfa commit b221402

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

metro-ai-suite/image-based-video-search/compose.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ services:
1919
- milvus-data:/var/lib/milvus
2020
- ./src/milvus-db/embedEtcd.yaml:/milvus/configs/embedEtcd.yaml
2121
- ./src/milvus-db/user.yaml:/milvus/configs/user.yaml
22-
expose:
23-
- "19530"
24-
- "9091"
2522
# This port conflicts with etcd when exposed, so it is commented out:
2623
# - "2379:2379"
2724
healthcheck:
@@ -43,17 +40,13 @@ services:
4340
- http_proxy=
4441
- https_proxy=
4542
- no_proxy=
46-
expose:
47-
- "3000"
4843
restart: on-failure:5
4944
depends_on:
5045
milvus-db:
5146
condition: service_healthy
5247

5348
feature-matching:
5449
image: ${DOCKER_REGISTRY}intel/feature-matching:v1.0.2-pre-RC1
55-
expose:
56-
- "8000"
5750
container_name: ibvs-featurematching
5851
build:
5952
context: src/feature-matching
@@ -126,19 +119,12 @@ services:
126119
- http_proxy=
127120
- https_proxy=
128121
- no_proxy=
129-
expose:
130-
- "8554"
131-
- "1935"
132-
- "8888"
133-
- "8889"
134122
restart: on-failure:5
135123
broker:
136124
image: docker.io/library/eclipse-mosquitto:2.0.20
137125
container_name: ibvs-broker
138126
volumes:
139127
- ./src/broker:/mosquitto/config
140-
expose:
141-
- "1883"
142128
restart: unless-stopped
143129
healthcheck:
144130
test: ["CMD", "mosquitto_sub", "-t", "$$SYS/#", "-C", "1", "-i", "healthcheck", "-W", "3"]
@@ -155,8 +141,6 @@ services:
155141
privileged: false
156142
tty: true
157143
entrypoint: ["./run.sh"]
158-
expose:
159-
- '8080'
160144
# - '8554:8554'
161145
environment:
162146
- ENABLE_RTSP=true
@@ -223,8 +207,6 @@ services:
223207
build:
224208
context: src/app
225209
dockerfile: Dockerfile
226-
expose:
227-
- "3000"
228210
read_only: true
229211
depends_on:
230212
streaming-pipeline:

0 commit comments

Comments
 (0)