VictorOps-integrated Hubot using Docker and Docker-Compose. Steps below assume that both are installed and working.
- Clone the repository
- Edit
docker-compose.yml
and set theHUBOT_VICTOROPS_KEY
value to the key found in Settings > Integrations > Hubut in VictorOps - If you have any custom scripts that rely on the REST Endpoint for Alert ingestion or the VictorOps API, add those values and uncomment the line.
- If you plan to use the GIS or YouTube plugins, generate those API keys and uncomment the lines
- Copy any custom scripts to the
./scripts
directory - Run
docker-compose build
to build your image - Run
docker-compose up
to stand it up. (If you don't want the log stream running, usedocker-compose up -d
)