yanchenw
091ed81e7b
Converts to use multi-stage build Dockerfile
1. Changes the build context of all services to the root level to be
able to access the dependencies for each project.
2. Commented out the prepublish scripts, these steps are moved into the
Dockerfile
Did not change any script yet, need help to identify what scripts we
need to change.
7 years ago
Cesar De la Torre
2ca72e8f1d
Set Linux as by default target OS for Docker's project in VS2017
7 years ago
Ramón Tomás
5ac3df9943
Updated ARM SF templates
7 years ago
Ramón Tomás
820f8bd4b9
Fix issue docker compose dcproj debug and release files not removed
7 years ago
Christian Arenas
d440198180
Add release/debug docker-compose file to project
7 years ago
Ramón Tomás
f993463856
Implemented service bus for marketing.api locations.api graceperiodProcess payment.api
7 years ago
Eduard Tomas
514142a3c7
global.json set to 2.0.0-preview1-005977
dcproj update
7 years ago
Cesar De la Torre
73a15629d8
Moving docker-compose.prod.yml under the docker-compose.yml node in the docker-compose.dcproj
8 years ago
Cesar De la Torre
f2999a46fb
Added docker-compose.prod.yml for testing with Xamarin app in remote devices, like in a WiFi, of for running the Web Apps from remote Browsers.
Start the solution with:
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
Also, some clean-up.
8 years ago
Cesar De la Torre
13a7628603
Set webmvc project as by default startup project when F5 with Docker in VS 2017
8 years ago
etomas
c7e362ac67
Docker files ready for the Visual Studio Docker Tools
Everything works as exepcted except SPA version which need further adjustments
8 years ago