16 lines
278 B
YAML
16 lines
278 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
mes_api:
|
|
container_name: aptmesapi_ut
|
|
build:
|
|
network: host
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
restart: always
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "5g"
|
|
ports:
|
|
- "3177:8100" |