add datatourism for prod
This commit is contained in:
parent
db493301c8
commit
f7dd45450b
@ -1 +1 @@
|
||||
Subproject commit fb594bfd7c715a891f076750403e3a439b804468
|
||||
Subproject commit af7db7d7a5a3b2936306e0d90dddd353c968d7b0
|
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user