Browse Source

Minor change in docker-compose.prod

pull/241/head
Cesar De la Torre 7 years ago
parent
commit
96c55b8682
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      docker-compose.prod.yml

+ 7
- 7
docker-compose.prod.yml View File

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


Loading…
Cancel
Save