sync: tests/compose.integration.yaml from Butler 2.3
This commit is contained in:
parent
b90befa3d5
commit
3f904a3f77
1 changed files with 23 additions and 0 deletions
23
tests/compose.integration.yaml
Normal file
23
tests/compose.integration.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
services:
|
||||
homelab-butler-test:
|
||||
build:
|
||||
context: ..
|
||||
container_name: homelab-butler-test
|
||||
restart: "no"
|
||||
ports:
|
||||
- "127.0.0.1:8889:8888"
|
||||
volumes:
|
||||
- /app-config/kiro/api:/data/api:ro
|
||||
- butler-vault-cache:/data/vault-cache:ro
|
||||
- /home/sascha/.ssh:/root/.ssh:ro
|
||||
- ../butler.yaml:/data/butler.yaml:ro
|
||||
environment:
|
||||
- API_KEY_DIR=/data/api
|
||||
- VAULT_CACHE_DIR=/data/vault-cache
|
||||
- BUTLER_CONFIG=/data/butler.yaml
|
||||
- BUTLER_TOKEN=${BUTLER_TOKEN}
|
||||
|
||||
volumes:
|
||||
butler-vault-cache:
|
||||
external: true
|
||||
name: homelab-butler_vault-cache
|
||||
Loading…
Add table
Add a link
Reference in a new issue