WIP: feat: add datatourism for prod #5

Draft
Clement wants to merge 3 commits from feat--run-open-data-in-prod into master
2 changed files with 21 additions and 1 deletions
Showing only changes of commit f7dd45450b - Show all commits

20
docker-compose.yml Normal file
View File

@ -0,0 +1,20 @@
services:
blazegraph:
image: conjecto/blazegraph:2.1.5
# ports:
# - 9999:9999
environment:
JAVA_OPTS: "-Xms6G -Xmx6G"
volumes:
- ./datatourisme/dataset:/docker-entrypoint-initdb.d
ulimits:
nofile:
soft: 65536
hard: 65536
datatourisme:
image: git.lab-ouest.org/epitech/fork-open-data-tourism:master
# ports:
# - "8080:80"
depends_on:
- blazegraph