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

12 lines
250 B
YAML
Raw Normal View History

2020-09-17 12:21:48 +02:00
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