Eduard Tomas
037a980623
Update environment in yaml file
7 years ago
Cesar De la Torre
73be25e6cf
Minor re-order of services in docker-compose files
7 years ago
Christian Arenas
f0f88aee98
Add PicBaseUrl with a replaced parameter
7 years ago
Cesar De la Torre
96c55b8682
Minor change in docker-compose.prod
7 years ago
Christian Arenas
4a3e2d4612
rename ESHOP_AZURE_STORAGE_ACCOUNT_NAME/KEY variable to ESHOP_AZURE_STORAGE_CATALOG_NAME/KEY
7 years ago
Eduard Tomas
7258a58f5b
All docker compose to version 2.1 that seems to work in vsts hosted linux build agent
7 years ago
Cesar De la Torre
fdf550e7c2
Setting docker-compose files version all to '3' so it matches and you don't get the error 'Version mismatchdocker-compose.yml specifies version 3.0 but extension file docker-compose.override.yml uses version 2.0.'
7 years ago
Ramón Tomás
9bf5670020
Created Marketing read data model
7 years ago
Ramón Tomás
4b8723f723
Created Marketing read data model
7 years ago
Christian Arenas
32247c503d
Add marketing api
7 years ago
Christian Arenas
9b95bd9762
Add marketing api
7 years ago
Christian Arenas
6082359f08
Add docker support
7 years ago
Christian Arenas
4b86ca0a77
Add docker support
7 years ago
Christian Arenas
2cad62d642
Add ESHOP_AZURE_REDIS variable from .env with default value
7 years ago
Christian Arenas
2d4f9d3323
Add ESHOP_AZURE_SERVICE_BUS variable from .env with default value
7 years ago
Christian Arenas
60c08ce9c5
Revert "Remove basket.data from docker-compose"
This reverts commit 9549786003
.
7 years ago
Christian Arenas
9549786003
Remove basket.data from docker-compose
7 years ago
Eduard Tomas
2741fde271
URLs on 80 - WIP
7 years ago
Eduard Tomas
8c11090e96
URLs on 80 - WIP
7 years ago
Ramón Tomás
afd3fe2fe5
Fix issue SPA HealthCheck Urls
7 years ago
Ramón Tomás
9cff047cc2
Fix issue SPA HealthCheck Urls
7 years ago
Christian Arenas
c5cca8f320
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
7 years ago
Christian Arenas
8d09abbb75
Merge branch 'order-processflow-redesign' of https://github.com/dotnet-architecture/eShopOnContainers into order-processflow-redesign
# Conflicts:
# eShopOnContainers-ServicesAndWebApps.sln
7 years ago
Cesar De la Torre
8dc0761d7f
Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them).
7 years ago
Cesar De la Torre
32bd196be9
Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them).
7 years ago
Cesar De la Torre
ab45bb9772
Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them).
7 years ago
Cesar De la Torre
d143c9eea0
Removing the BasketUrl from the Ordering microservice since it is not used and it shouldn't be used in any case. Don't want synchronous Http communication between the microservices which would impact resiliency. Http only between the client apps and the first level of microservices (or API Gateways, if we had them).
7 years ago
Eduard Tomas
d00588ae37
Updated IdSvr for Xamarin-UWP signin related problems
7 years ago
Eduard Tomas
75629193b7
Xamarin callback client configurable
7 years ago
Cesar De la Torre
fa541444c7
Fixed bug in HealthChecks so the Catalog.API microservice checks the SQL database.
Also, added more UrlChecks to the MVC app so it checks all its dependencies.
Plus minor bugs/missing code in docker-compose.pro.yml that was evolved in the .override.yml
7 years ago
Eduard Tomas
5b9b92397d
Updates to dockerfile / docker-compose for windows containers
7 years ago
Eduard Tomas
561ba3b1ec
1st version of healthcheck & webstatus
7 years ago
Cesar De la Torre
b07677ae83
Updates for the docker-compose production env.
8 years ago
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.
8 years ago
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.
8 years ago
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
8 years ago
etomas
12ecc78a18
Solves #112
8 years ago
Cesar De la Torre
f2999a46fb
Added docker-compose.prod.yml for testing with Xamarin app in remote devices, like in a WiFi, of for running the Web Apps from remote Browsers.
Start the solution with:
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
Also, some clean-up.
8 years ago
Cesar De la Torre
f9e670425a
Cleaning up the docker-compose.override.yml by getting rid of commented URLs for a production enviroment
8 years ago
etomas
faa24c757c
Docker files added again
docker-use-platform creates mark file
8 years ago
etomas
5b97c7329b
Infrastructure to support Dockerfiles for both Windows & Linux
8 years ago
Cesar De la Torre
405db61454
Fix for issue #60 https://github.com/dotnet/eShopOnContainers/issues/60 - STS cannot be reached from the MVC app
8 years ago
Bill Wagner
bb5d48735d
update build script for Mac
Until adding these, the project would not build correctly on a Mac.
script working for SPA
Add execute permissions to build-bits.sh on macOS
fix a rebase / automatic merge issue.
Somehow, the MVC image got in there twice.
update content nodes
Bug workaround for for the CLI. It turns out that the CLI does not
handle content nodes that have multiple paths. Instead, multiple nodes
are needed.
use the standard names for the web docker images.
fix a typo and update the csproj content listings.
Also, execute nom install as part of publishing the spa application.
8 years ago
etomas
20523925e5
SPA now works succesfully.
Solves #47
8 years ago
Cesar De la Torre
9ccf7f11ce
Changes for CLI compatibility and New .PDF version
8 years ago
etomas
c7e362ac67
Docker files ready for the Visual Studio Docker Tools
Everything works as exepcted except SPA version which need further adjustments
8 years ago
PLAINCONCEPTS\ccanizares
e89adb5b30
SPA: Change banner and logo
8 years ago
PLAINCONCEPTS\ccanizares
2e84154e37
SPA: override with compose settings (environment variables) configuration in spa angular settings service.
8 years ago
PLAINCONCEPTS\ccanizares
7ad7a24a6e
merge docker-compose
8 years ago
PLAINCONCEPTS\ccanizares
93bbd6516b
Catalog Seed: Dynamic host url for image pics
8 years ago