Minor change in docker-compose.prod

This commit is contained in:
Cesar De la Torre 2017-07-10 15:02:22 -07:00
parent 27fae7c5d3
commit 96c55b8682

@ -137,13 +137,13 @@ services:
ports: ports:
- "5107:80" - "5107:80"
payment.api: payment.api:
environment: environment:
- ASPNETCORE_ENVIRONMENT=Production - ASPNETCORE_ENVIRONMENT=Production
- ASPNETCORE_URLS=http://0.0.0.0:5108 - ASPNETCORE_URLS=http://0.0.0.0:5108
- EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq} - EventBusConnection=${ESHOP_AZURE_SERVICE_BUS:-rabbitmq}
ports: ports:
- "5108:80" - "5108:80"
locations.api: locations.api:
environment: environment: