mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-09-10 21:01:47 +08:00
build: comment admin services. (#3537)
This commit is contained in:
parent
6856a864d0
commit
219fb04f03
@ -213,7 +213,6 @@ services:
|
|||||||
# Defines which listener is used for inter-broker communication within the Kafka cluster
|
# Defines which listener is used for inter-broker communication within the Kafka cluster
|
||||||
KAFKA_CFG_INTER_BROKER_LISTENER_NAME: "INTERNAL"
|
KAFKA_CFG_INTER_BROKER_LISTENER_NAME: "INTERNAL"
|
||||||
|
|
||||||
|
|
||||||
# Authentication configuration variables - comment out to disable auth
|
# Authentication configuration variables - comment out to disable auth
|
||||||
# KAFKA_USERNAME: "openIM"
|
# KAFKA_USERNAME: "openIM"
|
||||||
# KAFKA_PASSWORD: "openIM123"
|
# KAFKA_PASSWORD: "openIM123"
|
||||||
@ -267,14 +266,14 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- openim
|
- openim
|
||||||
|
|
||||||
openim-admin-front:
|
# openim-admin-front:
|
||||||
image: ${OPENIM_ADMIN_FRONT_IMAGE}
|
# image: ${OPENIM_ADMIN_FRONT_IMAGE}
|
||||||
container_name: openim-admin-front
|
# container_name: openim-admin-front
|
||||||
restart: always
|
# restart: always
|
||||||
ports:
|
# ports:
|
||||||
- "11002:80"
|
# - "11002:80"
|
||||||
networks:
|
# networks:
|
||||||
- openim
|
# - openim
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
image: ${PROMETHEUS_IMAGE}
|
image: ${PROMETHEUS_IMAGE}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user