This database is shared across all of my personal projects.
Checkout the master branch
git checkout master && git pull
git checkout -b "version-update-<version>" && git push
The CI/CD pipeline will start. Expect your changes to display live in 3-4 minutes.
Run the following command to build the image:
sudo docker-compose buildStart the docker container:
sudo docker-compose up -dFor easier configuration while running locally, you can create a .env file at the root of the project populated with the dsired parameters.
For example:
PG_USER='admin'
PG_PASSWORD='admin'
PG_DB='admin'