Merge branch 'release/2.0.0'
This commit is contained in:
commit
a73e035b78
@ -4,6 +4,11 @@ Tous les changements notables apportés à ce projet seront documentés dans ce
|
|||||||
Le format est basé sur [Keep a Changelog](http://keepachangelog.com/fr/1.0.0/)
|
Le format est basé sur [Keep a Changelog](http://keepachangelog.com/fr/1.0.0/)
|
||||||
et ce projet adhère à [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
et ce projet adhère à [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [2.0.0] - 2019-01-14
|
||||||
|
|
||||||
|
### Modifications
|
||||||
|
- Utilisation de l'ontologie DATAtourisme v2.0
|
||||||
|
|
||||||
## [1.0.1] - 2018-10-22
|
## [1.0.1] - 2018-10-22
|
||||||
|
|
||||||
### Corrections
|
### Corrections
|
||||||
|
@ -3,7 +3,8 @@ version: '3.1'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
blazegraph:
|
blazegraph:
|
||||||
image: conjecto/blazegraph
|
image: conjecto/blazegraph:2.1
|
||||||
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 9999:9999
|
- 9999:9999
|
||||||
environment:
|
environment:
|
||||||
@ -11,8 +12,6 @@ services:
|
|||||||
JAVA_XMX: 1g
|
JAVA_XMX: 1g
|
||||||
volumes:
|
volumes:
|
||||||
- ./dataset:/docker-entrypoint-initdb.d
|
- ./dataset:/docker-entrypoint-initdb.d
|
||||||
ports:
|
|
||||||
- "9999:9999"
|
|
||||||
|
|
||||||
datatourisme:
|
datatourisme:
|
||||||
build: docker
|
build: docker
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM php
|
FROM php:7.2
|
||||||
MAINTAINER Conjecto <contact@conjecto.com>
|
MAINTAINER Conjecto <contact@conjecto.com>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
@ -8,6 +8,6 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.0",
|
"php": "^7.0",
|
||||||
"datatourisme/api": "^1.0"
|
"datatourisme/api": "^2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user