|
|
@ -190,7 +190,7 @@ services: |
|
|
|
ports: |
|
|
|
- "5200:80" |
|
|
|
volumes: |
|
|
|
- ./src/ApiGateways/Mobile.Bff.Shopping/apigw:${ESHOP_OCELOT_VOLUME_SPEC:-/app/configuration} |
|
|
|
- ./src/ApiGateways/Mobile.Bff.Shopping/apigw:/app/configuration |
|
|
|
|
|
|
|
mobilemarketingapigw: |
|
|
|
environment: |
|
|
@ -199,7 +199,7 @@ services: |
|
|
|
ports: |
|
|
|
- "5201:80" |
|
|
|
volumes: |
|
|
|
- ./src/ApiGateways/Mobile.Bff.Marketing/apigw:${ESHOP_OCELOT_VOLUME_SPEC:-/app/configuration} |
|
|
|
- ./src/ApiGateways/Mobile.Bff.Marketing/apigw:/app/configuration |
|
|
|
|
|
|
|
webshoppingapigw: |
|
|
|
environment: |
|
|
@ -208,7 +208,7 @@ services: |
|
|
|
ports: |
|
|
|
- "5202:80" |
|
|
|
volumes: |
|
|
|
- ./src/ApiGateways/Web.Bff.Shopping/apigw:${ESHOP_OCELOT_VOLUME_SPEC:-/app/configuration} |
|
|
|
- ./src/ApiGateways/Web.Bff.Shopping/apigw:/app/configuration |
|
|
|
|
|
|
|
webmarketingapigw: |
|
|
|
environment: |
|
|
@ -217,7 +217,7 @@ services: |
|
|
|
ports: |
|
|
|
- "5203:80" |
|
|
|
volumes: |
|
|
|
- ./src/ApiGateways/Web.Bff.Marketing/apigw:${ESHOP_OCELOT_VOLUME_SPEC:-/app/configuration} |
|
|
|
- ./src/ApiGateways/Web.Bff.Marketing/apigw:/app/configuration |
|
|
|
|
|
|
|
mobileshoppingagg: |
|
|
|
environment: |
|
|
|