Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: homeassistant
- services:
- homeassistant:
- container_name: homeassistant
- image: "ghcr.io/home-assistant/home-assistant:stable"
- volumes:
- - ./config:/config
- - /etc/localtime:/etc/localtime:ro
- - /run/dbus:/run/dbus:ro
- restart: unless-stopped
- privileged: true
- network_mode: host
- emqx:
- container_name: emqx
- image: emqx/emqx
- ports:
- - 1883:1883
- - 8083:8083
- - 8084:8084
- - 8883:8883
- - 18083:18083
- volumes:
- - ./emqx/data:/opt/emqx/data
- - ./emqx/log:/opt/emqx/log
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement