This commit is contained in:
2026-08-29 12:09:50 +03:30
parent d8efaa6f2f
commit c40e276b8a
9 changed files with 84 additions and 52 deletions

View File

@@ -1,13 +1,13 @@
# Copy to .env.staging next to docker-compose.staging.yml (optional).
# Used only for compose variable substitution (build args, host port).
STAGING_HTTP_PORT=8088
STAGING_HTTP_PORT=80
# Public URLs baked into the frontend image at build time — must match how users open the app.
STAGING_NEXT_PUBLIC_API_URL=http://178.131.50.201:8088/api
STAGING_NEXT_PUBLIC_APP_URL=http://178.131.50.201:8088
STAGING_NEXT_PUBLIC_API_URL=http://wixur.ir/api
STAGING_NEXT_PUBLIC_APP_URL=http://wixur.ir
STAGING_NEXT_PUBLIC_APP_NAME=Dyolink
# Change the IP/port if your server address differs.
# Must match how users open staging (http://wixur.ir).
# Registry / pull-only deploy (see deploy.registry.env.example + docker-compose.registry.yml).