We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9ce21c + 6011202 commit e4bc9b4Copy full SHA for e4bc9b4
1 file changed
docker-compose.yml
@@ -12,14 +12,14 @@ services:
12
depends_on:
13
- gitbase
14
gitbase:
15
- image: "srcd/gitbase"
+ image: "srcd/gitbase:v0.16.0"
16
environment:
17
BBLFSH_ENDPOINT: bblfsh:9432
18
GITBASE_UNSTABLE_SQUASH_ENABLE: "true"
19
volumes:
20
- ${GITBASEPG_REPOS_FOLDER}:/opt/repos
21
bblfsh:
22
- image: "bblfsh/bblfshd"
+ image: "bblfsh/bblfshd:v2.7.2"
23
privileged: true
24
25
- type: volume
0 commit comments