bugfixes home-server config
This commit is contained in:
@@ -3,13 +3,13 @@ services:
|
|||||||
rabbitmq:
|
rabbitmq:
|
||||||
image: "registry.willemserruys.com/rabbitmq:latest"
|
image: "registry.willemserruys.com/rabbitmq:latest"
|
||||||
ports:
|
ports:
|
||||||
- 2883:1883
|
- 10.55.8.3:2883:1883
|
||||||
- 15672:15672
|
- 10.55.8.3:15672:15672
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
homeassistant:
|
homeassistant:
|
||||||
image: "ghcr.io/home-assistant/home-assistant:stable"
|
image: "ghcr.io/home-assistant/home-assistant:stable"
|
||||||
ports:
|
ports:
|
||||||
- 8123:8123
|
- 10.55.8.3:8123:8123
|
||||||
volumes:
|
volumes:
|
||||||
- /home/willem/homeassistant:/config
|
- /home/willem/homeassistant:/config
|
||||||
- /home/willem/repos/homeAutomation/home-assistant/configuration.yaml:/config/configuration.yaml
|
- /home/willem/repos/homeAutomation/home-assistant/configuration.yaml:/config/configuration.yaml
|
||||||
@@ -24,8 +24,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /home/willem/syncthing:/data1
|
- /home/willem/syncthing:/data1
|
||||||
ports:
|
ports:
|
||||||
- 8384:8384
|
- 10.55.8.3:8384:8384
|
||||||
- 22000:22000/tcp
|
- 10.55.8.3:22000:22000/tcp
|
||||||
- 22000:22000/udp
|
- 10.55.8.3:22000:22000/udp
|
||||||
- 21027:21027/udp
|
- 10.55.8.3:21027:21027/udp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user