cabot-docker
cabot-docker copied to clipboard
Docker Images to build full cabot environment
I was trying to install https://github.com/vikingco/cabot-alert-victorops. I followed the steps outlined in the Readme (adapted to the container): 1. Enter the cabot virtual environment. 2. Run pip install cabot-alert-victorops (in...
When accessing the http://server.address:8080/ Not sure if it is in the nginx.conf file?
Where can I configure the connectivity hostnames inside the app? It looks like the setup of db etc is hardcoded somewhere so the services in the docker-compose file cannot be...
https://github.com/shoonoise/cabot-docker/blob/master/Cabot/run.sh#L3 Currently the run script is hardcoded to use a schema named docker `export DATABASE_URL="postgres://$DB_USER:$DB_PASS@$DB_HOST:$DB_PORT/docker"` this should be configurable