I have to remove mariadb package and database queries because they are not able to use on GitHub
Deploy application in azure
Troubles
I have had difficulties using docker engine on Windows, because my machine has 8 GB of main memory and docker compose --profile dev up --build took me 45 minutes. This problem was slowing me down a lot and I had to upgrade computer memory to speed up development.
We encountered issues with database migrations for acceptance tests, for which the following branch Pull Request #280 was created by @Manueluz , closing the old e2e test development branch Pull Request #219.
He also resolved this issue, and I was able to continue developing the tests.
Self Report - 3
Tasks
Troubles
docker compose --profile dev up --build
took me 45 minutes. This problem was slowing me down a lot and I had to upgrade computer memory to speed up development.