mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
12 lines
250 B
YAML
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
|