Removing Home Assistant.

This commit is contained in:
Colin Diem
2022-02-02 17:23:16 -05:00
parent 343c634fb5
commit b4742e7818
3 changed files with 1 additions and 25 deletions

View File

@@ -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

View File

@@ -31,12 +31,6 @@ docker-compose up -d
cd /home/ubuntu/ cd /home/ubuntu/
echo "Done" echo "Done"
echo "Starting Home Assistant..."
cd homeassistant/
docker-compose up -d
cd /home/ubuntu/
echo "Done"
echo "Starting reverse proxy..." echo "Starting reverse proxy..."
cd nginx-reverse-proxy/ cd nginx-reverse-proxy/
docker-compose up -d docker-compose up -d

View File

@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
echo "Stopping all of the containers" echo "Stopping all of the containers"
docker stop bitwarden motioneye gitea gitea_db_1 blog homeassistant rev-proxy docker stop bitwarden gitea gitea_db_1 blog rev-proxy