12 lines
296 B
Text
12 lines
296 B
Text
# Monochrome Docker Configuration
|
|
# Copy to .env and edit: cp .env.example .env
|
|
|
|
# --- Monochrome ---
|
|
MONOCHROME_PORT=3000
|
|
MONOCHROME_DEV_PORT=5173
|
|
|
|
# --- PocketBase (only used with --profile pocketbase) ---
|
|
POCKETBASE_PORT=8090
|
|
PB_ADMIN_EMAIL=admin@example.com
|
|
PB_ADMIN_PASSWORD=changeme
|
|
TZ=UTC
|