Skip to content

Commit

Permalink
feat: remove zk
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Oct 14, 2024
1 parent 422aa29 commit 49b08f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
5 changes: 0 additions & 5 deletions config/discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,4 @@ etcd:
username: ''
password: ''

zookeeper:
schema: openim
address: [ localhost:12181 ]
username: ''
password: ''

14 changes: 1 addition & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@ services:
networks:
- openim

zookeeper:
image: "${ZOOKEEPER_IMAGE}"
container_name: zookeeper
ports:
- "12181:2181"
environment:
#JVMFLAGS: "-Xms32m -Xmx128m"
TZ: "Asia/Shanghai"
ALLOW_ANONYMOUS_LOGIN: "yes"
restart: always
networks:
- openim

etcd:
image: "${ETCD_IMAGE}"
container_name: etcd
Expand Down Expand Up @@ -142,6 +129,7 @@ services:
# image: ${PROMETHEUS_IMAGE}
# container_name: prometheus
# restart: always
# user: root
# volumes:
# - ./config/prometheus.yml:/etc/prometheus/prometheus.yml
# - ./config/instance-down-rules.yml:/etc/prometheus/instance-down-rules.yml
Expand Down

0 comments on commit 49b08f9

Please sign in to comment.