11 lines
277 B
YAML
11 lines
277 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
consumer_metric:
|
||
|
image: docker.loafle.net/overflow/consumer_metric:1.0.0-SNAPSHOT
|
||
|
container_name: consumer_metric
|
||
|
hostname: consumer_metric
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- /service/overflow/data/consumer_metric/opt/conf:/opt/conf
|