Quickstarts and tutorials to get started.
Latest tag if you want to enable automatic updates to your application when the tag is updated in the registry.
In addition, you can use an application variable as a tag (the variable name must begin with the $ symbol). This is useful when you create multiple resources from a single Docker image and want to be able to update them simultaneously.
For example, you create resources from the novps/test-fastapi image (not actual image) with the tag v1.0.0 and want to be able to update all resources simultaneously to the tag v1.0.1. In this case, you specify $APP_VERSION in the Docker Tag field. Then, create an application variable named APP_VERSION and set its value to v1.0.0. If the variable is not created, the latest tag will be used by default.
Now, if you want to roll out another tag, simply replace the value of the APP_VERSION application variable with v1.0.1.Docker tag in the application variables, which will allow you to automatically update all resources within the application to the new tag (see step two for more details).The application is now ready to handle the load.
Introducing applications
Description of application features in the NoVPS cloud platform environment
About Sample Applications
Not sure where to start? Take a look at our Sample Applications.
FastAPI Sample Application
An example of an application that requires a connection to a PostgreSQL database in order to function.