Skip to content

Commit c010ba0

Browse files
committed
Add bblfsh url env var in docker compose
Signed-off-by: Carlos Martín <[email protected]>
1 parent 354c63f commit c010ba0

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)