mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 18:39:56 +08:00
快速开始
This commit is contained in:
@@ -43,15 +43,3 @@ services:
|
|||||||
- "9308:9308"
|
- "9308:9308"
|
||||||
command:
|
command:
|
||||||
- '--kafka.server=kafka:9092'
|
- '--kafka.server=kafka:9092'
|
||||||
# 切换示例项目的队列类型为kafka
|
|
||||||
example:
|
|
||||||
restart: always
|
|
||||||
image: example:latest
|
|
||||||
depends_on:
|
|
||||||
- kafka
|
|
||||||
networks:
|
|
||||||
- sanbing-network
|
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
env_file:
|
|
||||||
- queue-kafka.env
|
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
QUEUE_TYPE=kafka
|
|
||||||
KAFKA_SERVERS=kafka:9092
|
|
||||||
Reference in New Issue
Block a user