# Environment variables for use by docker-compose. # Entry point port ENTRY_PORT=3000 # Project name (also prefix for created containers) PROJECT_NAME=PDS4 Product Registry # Project home directory PROJECT_HOME=.. # Project name (also prefix for created containers) PROJECT_DATABASE=../../db # Prefix for created containers COMPOSE_PROJECT_NAME=pdsppi # Path conversion from Windows-style to Unix-style in volume definitions COMPOSE_CONVERT_WINDOWS_PATHS=1