Files
thesillyhome-container-home…/docker-compose-dev.yml
lcmchris 3da077948d 7 enabledisable actuator (#21)
* Changes to Dashboard button

* Adding update file function

* Cron changes (#20)

* Fixing small changes
2022-08-12 22:37:42 +01:00

21 lines
634 B
YAML

volumes:
thesillyhome_config:
name: thesillyhome_config
ignore:
name: ignore
services:
thesillyhome:
container_name: thesillyhome
image: lcmchris1/thesillyhome-container:dev
restart: unless-stopped
volumes:
- .\thesillyhome_src\appdaemon\apps\:/thesillyhome_src/appdaemon/apps/
- .\thesillyhome_src\startup\:/thesillyhome_src/startup/
- .\thesillyhome_src\thesillyhome\:/thesillyhome_src/thesillyhome/
- .\thesillyhome_src\frontend\src\:/thesillyhome_src/frontend/src/
- thesillyhome_config:/thesillyhome_src/data/config/
ports:
- "2300:2300"
- "3000:3000"