19 Commits

Author SHA1 Message Date
Cesar De la Torre
95ad3e1b2c Fixed bug in docker-compose.prod.yml so it used the ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP env-var from .env file 2017-10-31 17:45:23 -07:00
Ramón Tomás
c51c101f90 Updated Load Tests
Added middleware to bypass authorization in load testing
2017-10-23 17:39:45 +02:00
Ramón Tomás
42ce196270 Updated SF Linux manifests 2017-10-16 16:10:40 +02:00
Ramón Tomás
c3e15969b9 Added Appinsights K8s telemetry initializer 2017-10-11 18:53:26 +02:00
Ramón Tomás
a04cef97ef Added AppInsights service 2017-10-11 16:26:44 +02:00
Eduard Tomàs
6fd4f46058 Fix for rabbitMQ under windows containers.
Also some config tweaking on windows
2017-09-05 15:55:17 +02:00
Cesar De la Torre
da7da06740 Updated .env for Azure deployment env. variables 2017-08-14 16:24:46 -07:00
Cesar De la Torre
331bffa210 Temp change for Azure vars 2017-08-06 17:03:30 -07:00
Cesar De la Torre
f885f6e2d7 Setting default calues to AZURE env var variables. These values need to be changed in using resources in Azure (Service Bus, SQL Azure databases, Redis cache as a service in Azure, CosmosDB, etc.) 2017-08-06 16:57:39 -07:00
Cesar De la Torre
7844fcc0d0 Added Azure env vars default values to be changed by real values from user's Azure subscription 2017-08-04 17:11:01 -07:00
Cesar De la Torre
7dc1efc44e Added default Azure env vars to be changed by real values 2017-08-04 17:06:49 -07:00
Christian Arenas
06cbab4731 Merge branch 'feature/marketing-details-azure-function' into dev
# Conflicts:
#	docker-compose.vs.debug.yml
#	docker-compose.vs.release.yml
#	eShopOnContainers-ServicesAndWebApps.sln
#	src/Services/Location/Locations.API/Startup.cs
#	src/Services/Marketing/Marketing.API/Controllers/CampaignsController.cs
#	src/Services/Marketing/Marketing.API/Marketing.API.csproj
#	src/Services/Marketing/Marketing.API/Startup.cs
#	src/Web/WebMVC/appsettings.json
#	src/Web/WebSPA/AppSettings.cs
#	test/Services/FunctionalTests/Services/Marketing/MarketingScenarios.cs
2017-07-07 11:56:57 +02:00
Ramón Tomás
525040b9b6 Created Azure functions for details campaign
Adapt MVC app to azure function details campaign
Adapt SPA app to azure function details campaign
2017-06-30 16:31:22 +02:00
Ramón Tomás
f993463856 Implemented service bus for marketing.api locations.api graceperiodProcess payment.api 2017-06-30 08:59:26 +02:00
Cesar De la Torre
b07677ae83 Updates for the docker-compose production env. 2017-03-13 16:43:40 -07:00
Cesar De la Torre
73a15629d8 Moving docker-compose.prod.yml under the docker-compose.yml node in the docker-compose.dcproj 2017-03-13 16:15:48 -07:00
Cesar De la Torre
d7ab4d89d4 Added ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP to .env and docker-compose.prod.yml for production config so it does not impact to the localhost config. 2017-03-11 15:28:57 -08:00
Cesar De la Torre
69e5fe9f21 Using ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} from docker-compose.override.yml, as well. Notice that when using "localhost" from the browser URL using the MVC app, you'd need to use the 10.0.75.1 IP in a "Docker for Windows" environment.
Other than that, update the .env file with your IP or DNS name, and use that from the brower and the ${ESHOP_EXTERNAL_DNS_NAME_OR_IP} in all the docker-compose files.
2017-03-11 14:49:55 -08:00
Cesar De la Torre
71987d03f7 Using the ".env" file for default environment variables like the ESHOP_EXTERNAL_DNS_NAME_OR_IP=192.168.88.248 2017-03-11 13:25:45 -08:00