The deployment is organized with Docker Compose, allowing for simple and extended deployment options.
Before you proceed, ensure you have the following prerequisites:
The deployment relies on environment variables, which can be configured in the .env file.
ALIAS: Docker container name.To deploy the app, run:
docker-compose -f docker-compose.yml up -d
For easy deployment and updates, you can use the build-and-deploy.sh script. This script reads the environment variables from the .env file and automates the build and deployment process. Run it as follows:
./build-n-deploy.sh