chore: ports

This commit is contained in:
Senko-san
2026-06-07 21:04:53 +03:00
parent 9c67a99b68
commit 2dfc0525a6
2 changed files with 15 additions and 10 deletions
+7 -2
View File
@@ -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