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