You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo docker compose up -d redis influxdb mongodb portainer # first start the databases, and container management console and let them initialise themselves
sleep 60 # wait about 60 seconds for mongodb to have been set up
sudo docker compose up -d mongoClientTemp # create the mongodb scada user when the database is done initialising
sleep 5 # ensure the mongodb user has been generated