25 lines
715 B
Bash
25 lines
715 B
Bash
# Gisgraphy Docker Compose Environment Variables
|
|
|
|
# IMPORTANT: Change these paths and ports for your environment!
|
|
# Data Directory Configuration - CUSTOMIZE THIS PATH
|
|
GISGRAPHY_DATA_DIR=/home/localuser/KNELDevStack-CDS/docker-data/GIS/gisgraphy
|
|
|
|
# Port Configuration - CUSTOMIZE THESE PORTS
|
|
GISGRAPHY_WEB_PORT=12001
|
|
GISGRAPHY_API_PORT=12002
|
|
|
|
# PostgreSQL Configuration
|
|
POSTGRES_PASSWORD=gisgraphy123
|
|
|
|
# Gisgraphy Configuration
|
|
GISGRAPHY_HOST=localhost
|
|
|
|
# Java Configuration (adjust based on your system resources)
|
|
JAVA_OPTS=-Xmx2g -Xms1g
|
|
|
|
# Optional: Custom hostname for the container
|
|
CONTAINER_HOSTNAME=gisgraphy.local
|
|
|
|
# Data Import Configuration (if using premium dumps)
|
|
# IMPORT_DATA=true
|
|
# DUMP_PATH=/opt/dumps |