This is a simple example of an OverOps SaaS deployment using a Remote Collector. The docker-compose.yml
contains the following services:
collector
- an OverOps Collector running in a dedicated container (aka Remote Collector)agent
- an OverOps Agent and sample event generator app
To begin, you must first create a overops-key.env
file and place it in the same directory as the Dockerfile
. Below is a sample overops-key.env
file. Be sure to update the value for TAKIPI_SECRET_KEY
.
TAKIPI_SECRET_KEY=your-very-own-overops-secret-key
TAKIPI_COLLECTOR_HOST=collector
TAKIPI_COLLECTOR_PORT=6060
docker-compose up
docker-compose down
- Remote Collector - timveil/oo-docker-remote-collector
- Agent - timveil/oo-docker-agent