rules initial

This commit is contained in:
2025-11-11 16:38:41 +01:00
parent 7928bc596f
commit 2e2963488b
13 changed files with 1858 additions and 97 deletions

View File

@@ -47,3 +47,16 @@ services:
<<: *default-env
volumes:
- ./config:/app/config:ro
rules:
build:
context: .
dockerfile: apps/rules/Dockerfile
container_name: rules
environment:
<<: *default-env
RULES_CONFIG: "/app/config/rules.yaml"
volumes:
- ./config:/app/config:ro
depends_on:
- abstraction