34 lines
1.2 KiB
Bash
34 lines
1.2 KiB
Bash
# Soleprint Docker Services - Environment Configuration
|
|
# Copy this file to .env
|
|
|
|
# =============================================================================
|
|
# DEPLOYMENT
|
|
# =============================================================================
|
|
DEPLOYMENT_NAME=soleprint
|
|
NETWORK_NAME=soleprint_network
|
|
|
|
# =============================================================================
|
|
# PATHS
|
|
# =============================================================================
|
|
# Path to generated soleprint (gen/ folder)
|
|
SOLEPRINT_BARE_PATH=/home/mariano/wdir/spr/gen
|
|
|
|
# =============================================================================
|
|
# PORTS
|
|
# =============================================================================
|
|
SOLEPRINT_PORT=12000
|
|
ARTERY_PORT=12001
|
|
ATLAS_PORT=12002
|
|
STATION_PORT=12003
|
|
|
|
# =============================================================================
|
|
# DATABASE (for station tools that need DB access)
|
|
# =============================================================================
|
|
# These are passed to station container when orchestrated with managed room
|
|
# Leave empty for standalone soleprint; set in room config (e.g., cfg/amar/)
|
|
DB_HOST=
|
|
DB_PORT=5432
|
|
DB_NAME=
|
|
DB_USER=
|
|
DB_PASSWORD=
|