try static IP on rabbitMQ host

This still isn't working.
This commit is contained in:
Bill Wagner 2017-05-05 13:58:34 -04:00
parent 9c2318726b
commit 041081f20c
2 changed files with 4 additions and 4 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=rabbitmq
- EventBusConnection=172.21.4.39 # rabbitmq
ports:
- "5101:5101"

View File

@ -20,11 +20,11 @@ services:
rabbitmq:
image: eshop/rabbitmq-win
build:
context: ../../../_docker/rabbitmq
dockerfile: Dockerfile.nanowin
ports:
- "5672:5672"
networks:
default:
ipv4_address: 172.21.4.39
sql.data:
image: microsoft/mssql-server-windows