# Root location of the project
PROJECT_PATH=./..

# Restart mode (always, no, on-failure, unless-stopped)
RESTART_POLICY=unless-stopped

MODE=dev

#
# User/Group for the project container
#
USER_ID=1000
GROUP_ID=1000

#
# ES configuration
#
ELASTICSEARCH_VERSION=8.17.3
ELASTICSEARCH_PORT=9200
ELASTICSEARCH_JVM_OPTS="-Xms4g -Xmx4g"

#
# Nginx configuration
#
NGINX_VERSION=1
NGINX_PORT=80

#
# Project configuration
#
CLIENT_PORT=5173
SERVER_PORT=4000

#
# Application config 
#
ELASTICSEARCH_URL=http://elasticsearch:9200
DATA_FOLDER=/var/data
