Compare commits

..

No commits in common. "master" and "V0.0.1" have entirely different histories.

View File

@ -8,13 +8,10 @@ services:
ports: ports:
- 9999:9999 - 9999:9999
environment: environment:
JAVA_OPTS: "-Xms6G -Xmx6G" JAVA_OPTS: "-Xms512m -Xmx1g"
volumes: volumes:
- ./dataset:/docker-entrypoint-initdb.d - ./dataset:/docker-entrypoint-initdb.d
ulimits:
nofile:
soft: 65536
hard: 65536
datatourisme: datatourisme:
build: docker build: docker
ports: ports: