This commit is contained in:
Dom 2026-02-06 15:15:48 +00:00
parent 2ce587b1e0
commit 6b39886745

View File

@ -1,16 +1,13 @@
services:
ingest:
melesICUmover:
build: .
container_name: melesICUmover
restart: unless-stopped
environment:
CONFIG_YAML: /app/config.yaml
volumes:
- ./config.yaml:/app/config.yaml:ro
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
DEBUGPY: "1"
ports:
- "5678:5678"
volumes:
- ./:/app
- ./config.yaml:/app/config.yaml:ro