Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version: '3.2'
services:
bblfsh:
image: bblfsh/bblfshd:v2.14.0-drivers
restart: unless-stopped
privileged: true
ports:
- 9432:9432
restart: always

gitcollector:
image: srcd/gitcollector:v0.0.2
Expand Down Expand Up @@ -47,6 +47,7 @@ services:

gitbase:
image: srcd/gitbase:v0.23.1
restart: unless-stopped
ports:
- 3306:3306
environment:
Expand All @@ -61,10 +62,10 @@ services:
read_only: true
consistency: delegated
- gitbase_indexes:/var/lib/gitbase/index
restart: always

bblfsh-web:
image: bblfsh/web:v0.11.1
restart: unless-stopped
command: -bblfsh-addr bblfsh:9432
ports:
- 9999:8080
Expand Down