Created
August 20, 2020 11:49
-
-
Save garanews/fc517c033c176620a78f49a0902fb1d9 to your computer and use it in GitHub Desktop.
docker compose for the hive 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
play.http.secret.key="Trvq8ZofCgSUvWBbQ4TFEaAtMQr7M3hks" | |
## For test only ! | |
db.janusgraph { | |
storage.backend: berkeleyje | |
storage.directory: /data/ | |
berkeleyje.freeDisk: 200 | |
} | |
storage { | |
provider: localfs | |
localfs.directory: /opt/data | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
thehive: | |
image: 'thehiveproject/thehive4:latest' | |
ports: | |
- '0.0.0.0:9000:9000' | |
volumes: | |
- application.conf:/etc/thehive/application.conf | |
- data:/data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could also use Cassandra by adding:
docker-compose.yml
application.conf