migrate from http://178.131.50.201:8088 to wixur.ir
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# No backend/frontend source on the deployment host except this compose file + config + secrets.
|
||||
#
|
||||
# Required env (see deploy.registry.env.example):
|
||||
# REGISTRY_PREFIX e.g. 178.131.50.201:3000/yourgiteauser (no protocol, no trailing slash)
|
||||
# REGISTRY_PREFIX e.g. host.docker.internal:3000/admin (Windows CI) or wixur.ir:3000/admin (no protocol)
|
||||
# IMAGE_TAG short sha or "latest" (CI sets this per deploy)
|
||||
# Optional:
|
||||
# DEPLOY_SECRETS_DIR absolute path on the server to database/backend *.env files (see below)
|
||||
@@ -91,8 +91,8 @@ services:
|
||||
frontend:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
# Bind a private localhost port — Windows portproxy already owns public 8088.
|
||||
# See STAGING-DEPLOY.md §7: portproxy 0.0.0.0:8088 → 127.0.0.1:18088
|
||||
# Bind a private localhost port — Windows portproxy owns public 80 (http://wixur.ir).
|
||||
# See STAGING-DEPLOY.md §7: portproxy 0.0.0.0:80 → 127.0.0.1:18088
|
||||
- "127.0.0.1:${STAGING_LOCAL_PORT:-18088}:80"
|
||||
volumes:
|
||||
- ./nginx/http-only.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
|
||||
Reference in New Issue
Block a user