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: services:
ingest: melesICUmover:
build: . build: .
container_name: melesICUmover container_name: melesICUmover
restart: unless-stopped restart: unless-stopped
environment: environment:
CONFIG_YAML: /app/config.yaml CONFIG_YAML: /app/config.yaml
volumes: DEBUGPY: "1"
- ./config.yaml:/app/config.yaml:ro
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
ports: ports:
- "5678:5678" - "5678:5678"
volumes:
- ./:/app
- ./config.yaml:/app/config.yaml:ro