Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 621 Bytes

File metadata and controls

27 lines (16 loc) · 621 Bytes

Home assistant image

This Docker image contains a home assistant install.

Additionally it includes ffmpeg and some scripts.

Environment variables

Currently no environment variables are defined.

Volumes

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`

Development

To build and run the docker container for development execute:

docker compose --file docker-compose-dev.yaml up --build