new changes

This commit is contained in:
Niranjan
2026-04-07 20:57:48 +05:30
parent 0732a2eba6
commit 8e166c8bde
9 changed files with 136 additions and 20 deletions

View File

@@ -1,16 +1,20 @@
POSTGRES_USER=yakpanel
POSTGRES_PASSWORD=yakpanel_dev_password
POSTGRES_DB=yakpanel
POSTGRES_PORT=5432
# Host port (container still uses 5432). 15432 avoids clashes with local PostgreSQL.
POSTGRES_PORT=15432
REDIS_PORT=6379
# Host port (container still uses 6379). 16379 avoids clashes with local Redis.
REDIS_PORT=16379
NATS_PORT=4222
NATS_MONITOR_PORT=8222
# 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=9000
MINIO_CONSOLE_PORT=9001
MINIO_PORT=19000
MINIO_CONSOLE_PORT=19001
API_PORT=8080
# Host port for API (container still uses 8080).
API_PORT=18080