feat reverse proxy and selly integration
This commit is contained in:
@@ -1,12 +1,22 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
container_name: homeassistant-app
|
||||||
image: "homeassistant/home-assistant"
|
image: "homeassistant/home-assistant"
|
||||||
volumes:
|
volumes:
|
||||||
- app_config:/config
|
- app_config:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
has:
|
||||||
|
reverseproxy_public:
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- 8080:80
|
||||||
|
- 5683:5683/udp # SELLY INTEGRATION
|
||||||
volumes:
|
volumes:
|
||||||
app_config:
|
app_config:
|
||||||
|
networks:
|
||||||
|
has:
|
||||||
|
reverseproxy_public:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user