Running for a long time (more than 30 min)

Hi @Sindre_Berge,

If you’re following the Taiga 30min Setup guide, the ./launch-all.sh command should take about 1-2 minutes initially (depending on your computer and connection speed), and 10 secs for later start ups.

So, your times are by no means common and may be reflecting another problem.
I recommend you to do a fresh installation and look for any error logs you may find when starting the application again.

Execute these commands to remove any local docker container and force to re-downloading the images again:

	$ docker stop $(docker ps -aq) 
	$ docker rm $(docker ps -aq)
	$ docker rmi -f $(docker images -q)

Then, simply start up again and review the logs for any error trace in the console:

$ ./launch-all.sh
$ docker compose logs

Please, report us back if you still face this problem.

Greetings