You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplification of the deployment process through Docker. The environment variables for both the server and client applications are centralized in the ".env" file available in the root of the repository. In addition, you only have to configure secret keys, that is, the only necessary variables. The rest are optional and already have values assigned.
Changes to the "documentation" (README) regarding the information available up to version 1.0.5 about deploying in Docker. Some editorial aspects have been complemented and also improved. Additionally, a new "Quantum CLI via Docker" section has been added to access these tools in case you have chosen to deploy in Docker.
The MongoDB image has been added when deploying Quantum to Docker. Previously you had to specify the connection of your MongoDB instance, since when deploying in Docker it was not included.