12 lines
329 B
YAML
12 lines
329 B
YAML
version: "3"
|
|
|
|
services:
|
|
probe_gateway_metric:
|
|
image: docker.loafle.net/overflow/probe_gateway_metric:1.0.0-SNAPSHOT
|
|
container_name: probe_gateway_metric
|
|
hostname: probe_gateway_metric
|
|
restart: always
|
|
volumes:
|
|
- /service/overflow/data/probe_gateway_metric/opt/conf:/opt/conf
|
|
ports:
|
|
- 19110:80 |