20 lines
472 B
YAML
20 lines
472 B
YAML
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 |