Files
homeAssistant/docker-compose.yaml
Márcio Fernandes dd9d1e32e3
All checks were successful
/ deploy-to-homesrv01 (push) Successful in 7s
modified: docker-compose.yaml
2024-12-30 00:11:04 +00:00

28 lines
524 B
YAML

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
#devices:
#- /dev/ttyUSB0:/dev/ttyUSB0 #zigbee
volumes:
app_config:
name: has_app_config
external: true
networks:
has:
reverseproxy_public:
external: true