mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
.. | ||
arm | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
home-assistant
docker-compose.yml
hass:
image: vimagick/hass
volumes:
- ./data:/etc/hass
net: host
restart: unless-stopped
up and running
$ docker-compose up -d
$ docker-compose logs -f
$ curl http://localhost:8123
More python packages will be installed during startup. The missing package can be installed:
pip install --target=data sqlalchemy==1.1.3
.