Hi GrittyHawk31
but it could not connect to the grafana dashboard through port 3000, is there any particular reason for that? I may have missed something.
Did you run the full docker-compose.yml ?
Are you able to curl to the endpoints ?
I also tried the asteroid example, everything else working but could not connect to grafana dashboard. AgitatedDove14
since the previous attempts did not work, now I am trying from the beginning following the example https://github.com/thepycoder/asteroid_example , here after spinning the docker compose file up , I am not seen any containers running ? maybe missed some small thing
Containers are not running
? but you are running the docker-compose, how come no containers are running ?
Hi, AgitatedDove14 I changed the variables inside the docker compose and it is running, now the grafana is running on 3000, but when I send the data it does not show up, is there any mistake I have done?
GrittyHawk31
what are you getting when you are running:docker ps
and what are you getting with:netstat -natp | grep LISTEN
Can you post here the docker-compose.yml you are spinning? Maybe it is the wring one?
Step 4 here:
https://github.com/thepycoder/asteroid_example#deployment-phase
I ran the docker compose file without the env file then it is working, is there any command that run the same in a different way
what is meant by full docker-compose.yml? yes it gives the result AgitatedDove14
It was connected AgitatedDove14 Thank you very much for the support.