Build, Tag and Push Docker Images
Edit docker-compose.yml at the root of the project and change the docker organisation name and as well as the version of the images for the api and ui
Change the frontend and backend version in their respective package.json
Build
To build the api and ui images
Run the whole system
Before pushing the images to the repository, let's start whole system with the api, ui, postgres and redis:
Open a web browser at the given address:
If something goes wrong, check the backend logs:
Push
Push the images to the docker repository:
Last updated