21 lines
570 B
Plaintext
21 lines
570 B
Plaintext
POSTGRES_USER=yakpanel
|
|
POSTGRES_PASSWORD=yakpanel_dev_password
|
|
POSTGRES_DB=yakpanel
|
|
# Host port (container still uses 5432). 15432 avoids clashes with local PostgreSQL.
|
|
POSTGRES_PORT=15432
|
|
|
|
# Host port (container still uses 6379). 16379 avoids clashes with local Redis.
|
|
REDIS_PORT=16379
|
|
|
|
# Host ports for NATS (14222/18222 avoid common local installs).
|
|
NATS_PORT=14222
|
|
NATS_MONITOR_PORT=18222
|
|
|
|
MINIO_ROOT_USER=yakpanel
|
|
MINIO_ROOT_PASSWORD=yakpanel_minio_password
|
|
MINIO_PORT=19000
|
|
MINIO_CONSOLE_PORT=19001
|
|
|
|
# Host port for API (container still uses 8080).
|
|
API_PORT=18080
|