Initial: Homelab Butler API proxy

This commit is contained in:
sascha 2026-04-18 10:03:05 +02:00
commit b1aa6671e2
6 changed files with 259 additions and 0 deletions

12
compose.yaml Normal file
View file

@ -0,0 +1,12 @@
services:
homelab-butler:
build: .
container_name: homelab-butler
restart: always
ports:
- "8888:8888"
volumes:
- /app-config/kiro/api:/data/api:ro
environment:
- API_KEY_DIR=/data/api
- BUTLER_TOKEN=${BUTLER_TOKEN}