2018-05-11 03:54:30 +00:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
probe_gateway_metric:
|
2018-06-14 07:18:14 +00:00
|
|
|
image: docker.loafle.net/overflow/probe_gateway_metric:1.0.0-SNAPSHOT
|
2018-05-11 03:54:30 +00:00
|
|
|
container_name: probe_gateway_metric
|
2018-06-14 07:18:14 +00:00
|
|
|
hostname: probe_gateway_metric
|
|
|
|
restart: always
|
|
|
|
volumes:
|
|
|
|
- /service/overflow/data/probe_gateway_metric/opt/conf:/opt/conf
|
2018-05-11 03:54:30 +00:00
|
|
|
ports:
|
2018-06-14 07:18:14 +00:00
|
|
|
- 19110:80
|