mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
11 lines
204 B
YAML
11 lines
204 B
YAML
version: "3.8"
|
|
services:
|
|
benthos:
|
|
image: jeffail/benthos
|
|
command: -c /etc/benthos/config.yaml
|
|
ports:
|
|
- "4195:4195"
|
|
volumes:
|
|
- ./data:/etc/benthos
|
|
restart: unless-stopped
|