Bind staging Docker to 18088 so portproxy can own 8088.
This commit is contained in:
@@ -11,8 +11,10 @@ REGISTRY_PREFIX=178.131.50.201:3000/yourgiteauser
|
||||
# Short git SHA from CI, or "latest" after a manual pull of :latest
|
||||
IMAGE_TAG=latest
|
||||
|
||||
# Host port published for nginx (URL = http://<your-ip>:<this-port>)
|
||||
# Public URL port (router + Windows portproxy listen here)
|
||||
STAGING_HTTP_PORT=8088
|
||||
# Docker nginx bind on localhost only (must differ from 8088 when portproxy owns 8088)
|
||||
STAGING_LOCAL_PORT=18088
|
||||
|
||||
# Absolute path on the server where database.staging.env and backend.staging.env live.
|
||||
# Use forward slashes on Windows. Same path as Gitea Actions variable DEPLOY_SECRETS_DIR.
|
||||
|
||||
Reference in New Issue
Block a user