rita icon indicating copy to clipboard operation
rita copied to clipboard

Config.yml for docker-compose.yml

Open ghost opened this issue 4 years ago • 1 comments
trafficstars

Hi team, can you please provide a default or stand alone config.yml file in order to run rita within Docker?

ghost avatar Mar 23 '21 20:03 ghost

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.

ethack avatar Mar 23 '21 21:03 ethack