d_sms_service/APT.MicroApi/APT.UT.WebApi/bin/Debug/net6.0/docker-compose.yml

16 lines
278 B
YAML
Raw Permalink Normal View History

2024-10-28 13:45:58 +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"