Skip to content

Commit 219fb04

Browse files
authored
build: comment admin services. (#3537)
1 parent 6856a86 commit 219fb04

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docker-compose.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ services:
213213
# Defines which listener is used for inter-broker communication within the Kafka cluster
214214
KAFKA_CFG_INTER_BROKER_LISTENER_NAME: "INTERNAL"
215215

216-
217216
# Authentication configuration variables - comment out to disable auth
218217
# KAFKA_USERNAME: "openIM"
219218
# KAFKA_PASSWORD: "openIM123"
@@ -267,14 +266,14 @@ services:
267266
networks:
268267
- openim
269268

270-
openim-admin-front:
271-
image: ${OPENIM_ADMIN_FRONT_IMAGE}
272-
container_name: openim-admin-front
273-
restart: always
274-
ports:
275-
- "11002:80"
276-
networks:
277-
- openim
269+
# openim-admin-front:
270+
# image: ${OPENIM_ADMIN_FRONT_IMAGE}
271+
# container_name: openim-admin-front
272+
# restart: always
273+
# ports:
274+
# - "11002:80"
275+
# networks:
276+
# - openim
278277

279278
prometheus:
280279
image: ${PROMETHEUS_IMAGE}

0 commit comments

Comments
 (0)