Removes unneeded motioneye stuff.

This commit is contained in:
2023-04-17 00:05:41 -04:00
parent d77a8d2121
commit 4325b1dda5
2 changed files with 0 additions and 7 deletions

View File

@@ -25,7 +25,6 @@ echo "Don't forget to edit /etc/hosts to add the new sites
172.31.30.78 blog 172.31.30.78 blog
172.31.30.78 vaultwarden 172.31.30.78 vaultwarden
172.31.30.78 gitea 172.31.30.78 gitea
172.31.30.78 motioneye
172.31.30.78 homeassistant" 172.31.30.78 homeassistant"
echo "Also, get the blog code deployed to the git instance and pull it back down here to get the blog running." echo "Also, get the blog code deployed to the git instance and pull it back down here to get the blog running."
echo "The blog is tricky, because it needs the theme to work, don't forget to clone that as well." echo "The blog is tricky, because it needs the theme to work, don't forget to clone that as well."

View File

@@ -19,12 +19,6 @@ docker-compose up -d
cd /home/ubuntu/ cd /home/ubuntu/
echo "Done" echo "Done"
# echo "Starting MotionEye..."
# cd motioneye/
# docker-compose up -d
# cd /home/ubuntu/
# echo "Done"
echo "Starting blog..." echo "Starting blog..."
cd web/blog/ cd web/blog/
docker-compose up -d docker-compose up -d