Refactor services into individual Dockerfiles

Co-authored-by: velocitatem <60182044+velocitatem@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-12 14:19:07 +00:00
parent df3082cff5
commit 90ba7588cc
5 changed files with 28 additions and 4 deletions

4
docker/Kafka.dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM confluentinc/cp-kafka:7.5.0
# Kafka is used as-is from the Confluent official image
# No additional configuration needed