快速开始

This commit is contained in:
三丙
2024-10-28 16:02:13 +08:00
parent ea02a838a3
commit 75ffa8a425
2 changed files with 0 additions and 14 deletions

View File

@@ -43,15 +43,3 @@ services:
- "9308:9308"
command:
- '--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

View File

@@ -1,2 +0,0 @@
QUEUE_TYPE=kafka
KAFKA_SERVERS=kafka:9092