17 lines
290 B
YAML
17 lines
290 B
YAML
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" |