swiitch IP addresses when switching machines

weird
This commit is contained in:
BillWagner 2017-05-06 17:12:43 -04:00 committed by Bill Wagner
parent 041081f20c
commit 9d63a5ab05
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ services:
- ConnectionString=Server=sql.data;Database=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word
- ExternalCatalogBaseUrl=http://localhost:5101 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
#- ExternalCatalogBaseUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5101 #Local: You need to open your local dev-machine firewall at range 5100-5105. at range 5100-5105.
- EventBusConnection=172.21.4.39 # rabbitmq
- EventBusConnection=172.24.176.5 # rabbitmq
ports:
- "5101:5101"

View File

@ -24,7 +24,7 @@ services:
- "5672:5672"
networks:
default:
ipv4_address: 172.21.4.39
ipv4_address: 172.24.176.5
sql.data:
image: microsoft/mssql-server-windows