Configuration
Explanation of how V3 environments are configured.
Webscale Pro V3 environments run your application in containers. To open a shell inside the application container from the NFS host, use the shell helper script:
shell
This script opens an interactive shell inside the container with the site code mounted (/var/www/html) and all the shared folders (media, var, etc).
The following helper scripts are available for deployments on Webscale Pro V3 environments:
list-images – lists available container images (for example tags by commit or branch).tag-by-commit – updates the deploy tag to point to an image built from a specific commit.tag-by-branch – updates the deploy tag to point to an image built from a specific branch.run-deploy-and-cleanup – runs the deployment using the current deploy tag, executes hooks, and cleans up.These scripts are used in the Webscale Pro V3 deployment guide and should not be modified.
Webscale Pro V3 environments use managed services for supporting components. Typical services include:
The exact service types and locations are defined per environment and managed by Webscale.
Explanation of how V3 environments are configured.
Last modified on August 11, 2026