Skip to content

Commit a90330a

Browse files
authored
Merge pull request #224 from carlosms/compose-fix-bblfsh
Add bblfsh url env var in docker compose
2 parents 354c63f + c010ba0 commit a90330a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
environment:
99
GITBASEPG_ENV: ${GITBASEPG_ENV}
1010
GITBASEPG_DB_CONNECTION: root@tcp(gitbase:3306)/none?maxAllowedPacket=4194304
11+
GITBASEPG_BBLFSH_SERVER_URL: bblfsh:9432
1112
depends_on:
1213
- gitbase
1314
gitbase:

0 commit comments

Comments
 (0)