Skip to content

Instantly share code, notes, and snippets.

View hoghweed's full-sized avatar
🏠
Working from home

Manuel Salvatore Martone hoghweed

🏠
Working from home
View GitHub Profile
@hoghweed
hoghweed / docker-compose.yml
Last active June 11, 2024 09:55
Kafka support console
version: '3.8'
services:
kafka-console:
container_name: kafka-console
image: docker.redpanda.com/redpandadata/console:latest
restart: on-failure
ports:
- '8081:8080'
# depends_on: