Skip to content

Commit

Permalink
doc(ct): add SKIP_DEPLOY to base image doc page #9590
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Nov 8, 2023
1 parent 7a7bbec commit f386a1f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/sphinx-guides/source/container/base-image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ provides. These are mostly based on environment variables (very common with cont
when new artifacts are copied into the running domain. Also, export Dataverse specific environment variables
``DATAVERSE_JSF_PROJECT_STAGE=Development`` and ``DATAVERSE_JSF_REFRESH_PERIOD=0`` to enable dynamic JSF page
reloads.
* - ``SKIP_DEPLOY``
- ``0``
- Bool, ``0|1`` or ``false|true``
- When active, do not deploy applications from ``DEPLOY_DIR`` (see below), just start the application server.
Will still execute any provided init scripts and only skip deployments within the default init scripts.
* - ``DATAVERSE_HTTP_TIMEOUT``
- ``900``
- Seconds
Expand Down Expand Up @@ -274,7 +279,8 @@ building upon it. You can also use these for references in scripts, etc.
(Might be reused for Dataverse one day)
* - ``DEPLOY_DIR``
- ``${HOME_DIR}/deployments``
- Any EAR or WAR file, exploded WAR directory etc are autodeployed on start
- Any EAR or WAR file, exploded WAR directory etc are autodeployed on start.
See also ``SKIP_DEPLOY`` above.
* - ``DOMAIN_DIR``
- ``${PAYARA_DIR}/glassfish`` ``/domains/${DOMAIN_NAME}``
- Path to root of the Payara domain applications will be deployed into. Usually ``${DOMAIN_NAME}`` will be ``domain1``.
Expand Down

0 comments on commit f386a1f

Please sign in to comment.