Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monolithprojects/hassio_docker-compose

Hass.io docker-compose file for x86_64
https://github.com/monolithprojects/hassio_docker-compose

docker-compose hass hassio home-assistant homeassistant

Last synced: 2 months ago
JSON representation

Hass.io docker-compose file for x86_64

Awesome Lists containing this project

README

        

[![](https://github.com/MonolithProjects/hassio_docker-compose/workflows/Test%20build/badge.svg)](https://github.com/MonolithProjects/hassio_docker-compose/actions)

## Requirements
```
docker-ce
docker-compose
avahi
dbus
```
**Note:** Hass images used in this docker-compose file require machine with x86_64 CPU architecture (check it by running `uname -m` command)

## Run
If you want to use standard folder for Hass-supervisor data (defauld is in /usr/share/hassio - needs to be created):
```
docker-compose up -d
```

If you want to specify folder for Hass-supervisor data:
```
SUPERVISOR_SHARE=/yourfolder docker-compose up -d
```