Open
Description
Hi, when i run "sudo docker-compose up" i get two errors.
"automated-irrigation-system_mongodb_1 exited with code 132"
"Connection to database failed!"
I try to run it on a Raspberry PI Zero W with Raspberry Pi OS Lite - Kernel version: 5.4
I build it with these steps:
curl -sSL https://get.docker.com | sh
sudo usermod -aG docker pi
sudo apt-get install -y libffi-dev libssl-dev
sudo apt-get install -y python3 python3-pip
sudo apt-get remove python-configparser
sudo pip3 install docker-compose
sudo apt install git
git clone https://github.com/PatrickHallek/automated-irrigation-system
cd automated-irrigation-system
sudo nano docker-compose.yml #change ip adress
sudo nano Dockerfile #change from issue https://github.com/PatrickHallek/automated-irrigation-system/issues/14#issuecomment-656077450
cd Backend
sudo nano Dockerfile #change from issue https://github.com/PatrickHallek/automated-irrigation-system/issues/14#issuecomment-656077450
sudo docker-compose up
Thanks
Metadata
Metadata
Assignees
Labels
No labels