We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6d162f + 94f112a commit d749cb4Copy full SHA for d749cb4
1 file changed
apps/kafka/docker-compose.yml
@@ -8,6 +8,7 @@ services:
8
restart: unless-stopped
9
ports:
10
- "$W9_DB_KAFKA_PORT_SET:9092"
11
+ env_file: .env
12
environment:
13
CLUSTER_ID: ${CLUSTER_ID}
14
KAFKA_NODE_ID: ${KAFKA_NODE_ID}
0 commit comments