add docker-compose

This commit is contained in:
2022-06-21 22:40:26 +02:00
parent fb2895f79d
commit 58819f4077
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
version: "3.9"
services:
rabbitmq:
image: "registry.willemserruys.com/rabbitmq:latest"
ports:
- 2883:1883
- 15672:15672
homeassistant:
image: "ghcr.io/home-assistant/home-assistant:stable"
ports:
- 8123:8123
volumes:
- /home/willem/homeassistant:/config