Initial: Homelab Butler API proxy
This commit is contained in:
commit
b1aa6671e2
6 changed files with 259 additions and 0 deletions
12
compose.yaml
Normal file
12
compose.yaml
Normal 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue