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

17 lines
290 B
YAML
Raw Permalink Normal View History

2025-08-25 09:56:57 +08:00
version: "3.4"
services:
cms_api:
container_name: cms.pf
build:
network: host
context: .
dockerfile: Dockerfile
restart: always
logging:
driver: "json-file"
options:
max-size: "5g"
ports:
- "3112:8100"
- "3240:3140"