You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3.7'
|
|
|
|
services:
|
|
local-dregsy:
|
|
image: "xelalex/dregsy:0.4.0"
|
|
volumes:
|
|
- "./config.yaml:/config.yaml:ro"
|
|
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
|
environment:
|
|
LOG_FORMAT: "json" |