1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:36 +02: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