App-pro template: docker-compose generation errors #13364
Description
Resolves #12742
Fixes docker deployment for mvc tiered and non-tiered solutions.
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue) #13363
- I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
Install ABP CLI v6.0.3. zip the app-pro template and name as app-pro-6.0.3.zip
. Paste it under C:\Users\username\.abp\templates
.
Run abp new TieredMVC -t app-pro --tiered --version 6.0.3
to test the tiered solution.
Run abp new NonTieredMVC -t app-pro --version 6.0.3
to test the non-tiered solution.
NOTE: Requires Docker for Desktop (or any other docker engine) to build and run the images.
Run build-images-locally.ps1
script under etc/build
folder to create images.
Run run-docker.ps1
script under etc/docker
folder.
Navigate to https://localhost:44353
web application and login, explore.
Known Issue:
Swagger UI authorization is not working because there is no openid-connect options provided by swagger library.