feat: KX-Bridge 0.9.0-beta1 – initiales Release-Repo

This commit is contained in:
thysson2701
2026-04-20 16:07:43 +02:00
commit 2c379b915f
14 changed files with 3411 additions and 0 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
services:
kx-bridge:
image: kx-bridge:latest
build: .
env_file: .env
ports:
- "7125:7125"
restart: unless-stopped
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"