Commit 028c425c authored by 吴文龙's avatar 吴文龙

up

parent 965cb5f3
version: '3'
services:
connect:
image: 47.110.145.204:8084/huansiyl/debezium/connect:1.9.5.Final
ports:
- 8083:8083
extra_hosts:
- "postgres:162.242.195.82"
environment:
- BOOTSTRAP_SERVERS=121.199.175.235:31092
- GROUP_ID=2
- CONFIG_STORAGE_TOPIC=xx_connect_configs
- OFFSET_STORAGE_TOPIC=xx_connect_offsets
- STATUS_STORAGE_TOPIC=xx_connect_statuses
sync:
image: 47.110.145.204:8084/huansiyl/thingsboard/hs-data-syn:latest
expose:
- 8080
environment:
- TB_KAFKA_SERVERS=121.199.175.235:31092
- SPRING_CONSUMER_GROUP_ID=xinxiang
- SPRING_CONSUMER_TOPIC_PRE=cloud
# - SPRING_CONSUMER_TOPIC_NAME=public.tb_user
- SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/hsiotdb?stringtype=unspecified
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment