Deploying with Docker Compose
Last updated
Was this helpful?
Last updated
Was this helpful?
A Tonic Structural Docker Compose repository is located here: .
To make future updates easier, fork this repository.
The repository readme includes more detail on how to set environment settings. It also provides information on how to determine which containers are required for your deployment. For example, whether you use Docker to deploy the Structural application PostgreSQL database.
When you sign up with Structural, you are provided access credentials to our image repository. If you require new credentials, or you are unable to access the repository, contact to get access to our Quay.io Docker repository.
On the machine where you plan to deploy Structural, log in to Quay.io with credentials that Structural provides:
Review the .
To deploy and validate access to Structural, follow the .
Structural notifies you when the current version is more than 10 versions behind the most recent release. The notification is on the System Status tab of Structural Settings view.
At a minimum, to update Structural, run the following:
To free additional disk space before you complete the update, you can optionally include commands to remove unused images and volumes.
If you use the Compose , then use the docker-compose
syntax instead of docker compose
.