This Docker image contains a home assistant install.
Additionally it includes ffmpeg and some scripts.
Currently no environment variables are defined.
To persist container data you can define some volumes. Directories that contain data are
/media/home-assistant- Contains all data of home-assistant
/media/home-assistant/configuration- Contains the configuration dir of home-assistant`
To build and run the docker container for development execute:
docker compose --file docker-compose-dev.yaml up --build