Removing Home Assistant.
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
version: '3'
|
||||
services:
|
||||
homeassistant:
|
||||
image: homeassistant/raspberrypi4-homeassistant:stable
|
||||
container_name: homeassistant
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- '8123'
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./config:/config
|
||||
networks:
|
||||
- homeassistant
|
||||
|
||||
networks:
|
||||
homeassistant:
|
||||
external:
|
||||
name: homeassistant
|
||||
6
start.sh
6
start.sh
@@ -31,12 +31,6 @@ docker-compose up -d
|
||||
cd /home/ubuntu/
|
||||
echo "Done"
|
||||
|
||||
echo "Starting Home Assistant..."
|
||||
cd homeassistant/
|
||||
docker-compose up -d
|
||||
cd /home/ubuntu/
|
||||
echo "Done"
|
||||
|
||||
echo "Starting reverse proxy..."
|
||||
cd nginx-reverse-proxy/
|
||||
docker-compose up -d
|
||||
|
||||
Reference in New Issue
Block a user