Commit 5e0f585
fix: skip internal FalkorDB when FALKORDB_HOST is external
When running via docker-compose, FalkorDB is a separate service and
FALKORDB_HOST is set to its service name (not localhost). Previously
start.sh always started an internal FalkorDB instance regardless,
wasting resources. Now it only starts the internal instance when
FALKORDB_HOST is localhost (standalone container mode).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 17d1471 commit 5e0f585
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments