StackStorm / st2-docker

StackStorm docker-compose deployment
https://docs.stackstorm.com/install/docker.html
Apache License 2.0
188 stars 158 forks source link

st2ctl status returns no st2 component running #239

Open vaibhavkumar049 opened 2 years ago

vaibhavkumar049 commented 2 years ago

Describe the problem I have installed stackstorm docker way on my m1 mac, but when I do docker-compose exec st2client bash and inside container I run st2ctl status, none of the services are running

st2 components status

st2actionrunner is not running. st2stream is not running. st2auth is not running. st2garbagecollector is not running. st2notifier is not running. st2rulesengine is not running. st2sensorcontainer is not running. st2chatops is not running. st2timersengine is not running. st2workflowengine is not running.

and hence I am not able to run any packs

Versions

arm4b commented 2 years ago

Check the https://github.com/StackStorm/st2-docker#regular-usage

Docker-compose is running all the services in each container and so you can't rely on st2ctl status from the st2client. Use docker-compose commands instead.