Updated 09. Deploying eShopOnContainers to a "Production" environment (markdown)

Cesar De la Torre 2017-03-29 14:14:42 -07:00
parent 09dd60261a
commit 59c22e0303

@ -20,9 +20,11 @@ ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.92
**SECOND STEP:** **SECOND STEP:**
For deploying with docker-compose, instead of doing a regular “docker-compose up” do: For deploying with docker-compose, instead of doing a regular “docker-compose up” do:
**docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d** **docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d**
So it uses the docker-compose.**prod**.yml file which uses the EXTERNAL IP or DNS name. So it uses the docker-compose.**prod**.yml file which uses the EXTERNAL IP or DNS name.
https://github.com/dotnet/eShopOnContainers/blob/master/docker-compose.prod.yml https://github.com/dotnet/eShopOnContainers/blob/master/docker-compose.prod.yml
And follow the procedure here:
And take into account the procedure here:
https://github.com/dotnet/eShopOnContainers/wiki/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code) https://github.com/dotnet/eShopOnContainers/wiki/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code)
But,