add docker compose

This commit is contained in:
dom 2026-02-06 12:17:15 +01:00
parent c8f1ca4f4e
commit 45d44435af

14
docker-compose.yaml Normal file
View File

@ -0,0 +1,14 @@
services:
ingest:
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"