Skip to content

Commit

Permalink
fix: KAFKA_QUEUES env on docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed May 4, 2024
1 parent 2e41fe7 commit a933fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV \
RUST_LOG="info" \
PORT="7878" \
KAFKA_ENABLED="Y" \
KAFKA_QUEUES="menu process browser window" \
KAFKA_QUEUES="menu form browser process window" \
ALLOWED_ORIGIN="*" \
KAFKA_HOST="0.0.0.0:9092" \
KAFKA_GROUP="default" \
Expand Down

0 comments on commit a933fbb

Please sign in to comment.