add docker-compose
This commit is contained in:
13
docker-compose/docker-compose.yml
Normal file
13
docker-compose/docker-compose.yml
Normal 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
|
||||
0
docker-compose/local.env
Normal file
0
docker-compose/local.env
Normal file
Reference in New Issue
Block a user