homelab-codex-ws/services/ha-diag-agent/tests/integration/docker-compose.ken.yml

28 lines
608 B
YAML
Raw Permalink Normal View History

services:
ha-ken-init:
image: busybox
container_name: ha-test-ken-init
command: sh -c "cp -rn /fixtures/. /config/ && echo 'Fixtures copied'"
volumes:
- ./fixtures/ken:/fixtures:ro
- ha_ken_config:/config
restart: "no"
ha-ken:
image: ghcr.io/home-assistant/home-assistant:stable
container_name: ha-test-ken
privileged: true
depends_on:
ha-ken-init:
condition: service_completed_successfully
ports:
- "8123:8123"
volumes:
- ha_ken_config:/config
environment:
TZ: UTC
restart: "no"
volumes:
ha_ken_config: