added config folder to git

This commit is contained in:
2024-05-30 12:13:40 +01:00
parent a3cbc3df63
commit a2c3fabfe9
15 changed files with 556 additions and 3 deletions

22
docker-compose.yaml Normal file
View File

@@ -0,0 +1,22 @@
version: '3'
services:
app:
container_name: homeassistant-app
image: "homeassistant/home-assistant"
volumes:
- app_config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
networks:
has:
reverseproxy_public:
ports:
- 8080:80
- 5683:5683/udp # SELLY INTEGRATION
volumes:
app_config:
networks:
has:
reverseproxy_public:
external: true