# Trackeep All-in-One Configuration # PostgreSQL is bundled inside the container — no external database needed. # Everything below is optional; the container auto-generates sensible defaults. # Host port mapping (default: 8080) HOST_PORT=8080 # Database credentials (auto-generated if left empty) # DB_PASSWORD=your_secure_password_here # DB_USER=trackeep # DB_NAME=trackeep # JWT Secret (auto-generated and persisted in /data if left empty) # JWT_SECRET=your_jwt_secret_here_64_hex_characters_long_exactly