-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: extract akhq service and remove kafka.yml.ejs (#60)
* fix: extract akhq service and remove kafka.yml.ejs * fix: update port and fix an image tag * fix: use 11817 (K H Q) as port closes #58
- Loading branch information
1 parent
92a48d2
commit 88236a1
Showing
4 changed files
with
19 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: '<%= dockerComposeFormatVersion %>' | ||
services: | ||
akhq: | ||
image: <%= dockerAkhq %> | ||
environment: | ||
AKHQ_CONFIGURATION: | | ||
akhq: | ||
connections: | ||
docker-kafka-server: | ||
properties: | ||
bootstrap.servers: "kafka:29092" | ||
ports: | ||
- 11817:8080 | ||
links: | ||
- kafka |
This file was deleted.
Oops, something went wrong.