mh_jy_safe/APT.MicroApi/APT.UT.WebApi/docker-compose.yml

16 lines
278 B
YAML
Raw Permalink Normal View History

2025-08-25 09:56:57 +08:00
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"