# =============================================================================
# sample room — Managed App (Fixture Invoicing)
# =============================================================================
# This room wraps examples/fixture-invoicing/ — a deliberate fixture, not a real app.

DEPLOYMENT_NAME=sample
NETWORK_NAME=sample_network

# =============================================================================
# PORTS (host-exposed)
# =============================================================================
BACKEND_PORT=8120
FRONTEND_PORT=3120
DB_PORT=5532

# =============================================================================
# DATABASE (Postgres)
# =============================================================================
POSTGRES_DB=fixture
POSTGRES_USER=postgres
POSTGRES_PASSWORD=localdev123
