1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/kafka-pixy/docker-compose.yml
2020-09-17 18:21:48 +08:00

12 lines
250 B
YAML

version: "3.8"
services:
kafka-pixy:
image: mailgun/kafka-pixy
command: --config /etc/kafka-pixy/kafka-pixy.yaml
ports:
- "19091:19091"
- "19092:19092"
volumes:
- ./data:/etc/kafka-pixy
restart: unless-stopped