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