Compare commits

1 Commits

Author SHA1 Message Date
a2c051f697 feat: add ci/cd 2024-04-21 11:41:22 +02:00

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: