Skip to content

Commit

Permalink
expose bloodhound directly only on localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
alcastronic committed Oct 13, 2023
1 parent 6830bad commit a4da300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions elkserver/.env.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ POSTGRES_DATABASE=bloodhound
# Port forwards
# You can also use the form "127.0.0.1:8080" if you aren't running in a virtual environment (like WSL2)
# and only want this accessible on localhost
BLOODHOUND_PORT=8080
POSTGRES_PORT=5432
BLOODHOUND_PORT=127.0.0.1:8080
#POSTGRES_PORT=5432
NEO4J_DB_PORT=7687
NEO4J_WEB_PORT=7474

Expand Down
4 changes: 2 additions & 2 deletions elkserver/redelk-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ services:
volumes:
- bloodhound_data:/data
ports:
- "7474:7474"
- "7687:7687"
- "${NEO4J_DB_PORT}:7474"
- "${NEO4J_WEB_PORT}:7687"
environment:
- NEO4J_AUTH=${NEO4J_AUTH}
- NEO4J_dbms_memory_heap_initial__size=${NEO4J_dbms_memory_heap_initial__size}
Expand Down

0 comments on commit a4da300

Please sign in to comment.