add datatourism for prod

This commit is contained in:
2024-04-21 12:49:28 +02:00
parent db493301c8
commit f7dd45450b
2 changed files with 21 additions and 1 deletions

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