Added kafka service to server

This commit is contained in:
2025-02-06 14:40:06 +00:00
parent a654276a14
commit 36f2813708
4 changed files with 51 additions and 2 deletions

View File

@ -21,6 +21,10 @@ cd ./Bitwarden/
docker-compose down
cd ..
cd ./Kafka/
docker-compose down
cd ..
cd ./Misc/
docker-compose down
cd ..