14 lines
542 B
Plaintext
14 lines
542 B
Plaintext
# Copy to .env.staging next to docker-compose.staging.yml (optional).
|
|
# Used only for compose variable substitution (build args, host port).
|
|
|
|
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://wixur.ir/api
|
|
STAGING_NEXT_PUBLIC_APP_URL=http://wixur.ir
|
|
STAGING_NEXT_PUBLIC_APP_NAME=Dyolink
|
|
|
|
# Must match how users open staging (http://wixur.ir).
|
|
|
|
# Registry / pull-only deploy (see deploy.registry.env.example + docker-compose.registry.yml).
|