fix docker-compose, fix versions & prepare ontology update

This commit is contained in:
Blaise de Carné 2019-01-09 17:23:13 +01:00
parent d773cea0a4
commit 5c75b58f76
3 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,8 @@ version: '3.1'
services:
blazegraph:
image: conjecto/blazegraph
image: conjecto/blazegraph:2.1
restart: always
ports:
- 9999:9999
environment:
@ -11,8 +12,6 @@ services:
JAVA_XMX: 1g
volumes:
- ./dataset:/docker-entrypoint-initdb.d
ports:
- "9999:9999"
datatourisme:
build: docker

View File

@ -1,4 +1,4 @@
FROM php
FROM php:7.2
MAINTAINER Conjecto <contact@conjecto.com>
RUN apt-get update && apt-get install -y \

View File

@ -8,6 +8,6 @@
],
"require": {
"php": "^7.0",
"datatourisme/api": "^1.0"
"datatourisme/api": "dev-feature/ontology-v2"
}
}