feat reverse proxy and selly integration

This commit is contained in:
2024-05-25 10:47:34 +01:00
parent 10b5e7d4a1
commit a3cbc3df63

View File

@@ -1,12 +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:
- '80:80'
- 8080:80
- 5683:5683/udp # SELLY INTEGRATION
volumes:
app_config:
app_config:
networks:
has:
reverseproxy_public:
external: true