rita
rita copied to clipboard
Config.yml for docker-compose.yml
trafficstars
Hi team, can you please provide a default or stand alone config.yml file in order to run rita within Docker?
You can use the default rita config in the repo. You need to provide your own directory for the Zeek logs though.
Example:
CONFIG=./etc/rita.yaml LOGS=./zeek docker-compose run --rm rita test-config
There is some documentation here in case you hadn't seen it.
If you wanted to, you could also remove or comment out the config file volume mount and just run rita like this:
LOGS=./zeek docker-compose run --rm rita test-config
That's effectively the same as using the default yaml config file.