chore: ports
This commit is contained in:
+7
-2
@@ -5,12 +5,17 @@
|
||||
# Per-repo .env.example files still exist for running a service standalone.
|
||||
# ======================================================================
|
||||
|
||||
# ---- Ports -----------------------------------------------------------
|
||||
NGINX_PORT=8881 # main entrypoint (browser)
|
||||
API_PORT=8000 # direct backend access (debug / docs)
|
||||
WEBUI_PORT=3000 # rsbuild dev server (internal; proxied through nginx)
|
||||
POSTGRES_PORT=5432
|
||||
REDIS_PORT=6379
|
||||
|
||||
# ---- Postgres (db service) -------------------------------------------
|
||||
POSTGRES_USER=mcma
|
||||
POSTGRES_PASSWORD=mcma
|
||||
POSTGRES_DB=mcma
|
||||
POSTGRES_PORT=5432
|
||||
REDIS_PORT=6379
|
||||
|
||||
# ---- Backend (api + worker) ------------------------------------------
|
||||
ENVIRONMENT=dev # dev | test | prod
|
||||
|
||||
Reference in New Issue
Block a user