Updates¶
To update the deployment of the application, follow these steps:
-
Navigate to the Application Directory
Change to the directory where thecompose.ymlfile is located. -
Pull the Latest Changes Fetch the latest version of the
compose.ymlfile from the remote repository to ensure you have the most recent configurations. -
Update Environment Variables If there are any changes to the environment variables, update the
.envfile accordingly. -
Update the Application Use Docker Compose to pull the latest images and recreate the containers with the updated configurations.
-
Verify the Update Check the status of the containers to ensure they are running correctly after the update.
-
Check Application Logs
Review the logs to confirm that the application is functioning as expected.