arachnys / cabot

Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
MIT License
5.59k stars 593 forks source link

After 23 house, cabot_db_1 cannot be connected from cab_web_1 and cab_worker_1... #665

Open liangerg opened 5 years ago

liangerg commented 5 years ago

rundeck@rundeck:~$ docker exec -i -t cabot_web_1 /bin/bash bash-4.3# telnet db 5432 telnet: can't connect to remote host (172.18.0.3): Operation timed out bash-4.3# date Wed Mar 20 17:40:18 UTC 2019

rundeck@rundeck:/var/lib/docker$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES bd4278e353d8 cabot:web "./docker-entrypoint…" 24 hours ago Up 24 hours cabot_worker_1 ac6bc8d790f9 cabot:web "./docker-entrypoint…" 24 hours ago Up 24 hours 10.209.71.97:5050->5001/tc cabot_web_1 0448f6052b1d postgres:alpine "docker-entrypoint.s…" 24 hours ago Up 24 hours 5432/tcp cabot_db_1 7d4cd0b71bdf redis:alpine "docker-entrypoint.s…" 24 hours ago Up 24 hours 6379/tcp cabot_redis_1 rundeck@rundeck:/var/lib/docker$ date Wed Mar 20 13:59:05 CDT 2019

Could someone please help?

Thank you!

liangerg commented 5 years ago

Is there another non-docker edition of cabot?