I am using ABP 9.0.2 with a Modular Monolithic architecture, a PostgreSQL database, a Tiered AuthServer, and an Angular frontend. I want to run my ABP.io application using Docker Compose. However, I couldn’t find the necessary Docker configuration files (e.g., docker-compose.yml, build-images-locally.ps1, Dockerfile.local, etc.) in the ABP Application Template under the etc/build folder.
I followed the article ABP.io Docker Compose Deployment Guide (https://abp.io/docs/latest/solution-templates/layered-web-application/deployment/deployment-docker-compose?UI=Blazor&DB=Mongo&Tiered=Yes), but it doesn’t match my project setup or files.
Is there a step-by-step guide available to configure and run the application locally using Docker Compose? Additionally, I’d like to deploy it to an Ubuntu VM server once it’s running locally.