-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker starter template #1
Comments
Would be nice also to have a full configuration example and minimum configuration example for the application.conf. |
the default user/pass are like previous versions: |
I also noticed that with the standard configuration Cortex seems to be dead? Icon is red lower left corner. In fact I can see this error logs:
Seems like Cortex is not included in the docker image, I cannot see any logs related to Cortex. |
Okay this seems to be a good starting point:
However strange thing is I don't see the application.conf generated in the /data folder of the container.
This is odd because I didn't provide the argument to skip configuration. |
By triggering an exception I discovered that the application file is here instead: /etc/thehive/application.conf
|
This is what works for me now with Cortex.
|
Hello @priamai,
|
Thanks @vdebergue for your responses, just more clarity on this:
In my example case I don't use the --no-config, therefore the application.conf will not be generated anywhere: is this correct? What would be a way to trigger the creation of that file with standard settings? Should I just use --no-config and --config-file with a path of my choice? In the documentation it says:
However you said:
So does that mean I can choose where to store the configuration file anywhere I wanted? |
I was not really clear about that:
The configuration file is only read and you normally don't need to save it. To summarize the usage:
|
Request Type
Docker examples
Feature Description
Provide better docker composer file for standalone version with volume mounts.
Possible Solutions
This is my starting docker-compose file, however a few questions:
The text was updated successfully, but these errors were encountered: