Skip to content

Commit

Permalink
compose: connecting scririus to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Apr 11, 2024
1 parent e76a2c6 commit a1bb0d6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ services:
- USE_SURICATA_STATS=True #display more informations on the suricata page
- USE_MOLOCH=True
- MOLOCH_URL=http://arkime:8005
- DATABASE_TYPE=pg
- DATABASE_NAME=selks
- DATABASE_USERNAME=selks
- DATABASE_PASSWORD=selks
- DATABASE_HOST=db
- DATABASE_PORT=5432
volumes:
- scirius-static:/static/
- scirius-data:/data/
Expand All @@ -150,6 +156,9 @@ services:
- ${PWD}/containers-data/suricata/logs:/var/log/suricata:ro
networks:
network:
depends_on:
db:
condition: service_healthy

evebox:
container_name: evebox
Expand Down

0 comments on commit a1bb0d6

Please sign in to comment.