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
Christian Arenas
5208296b97
Add url to docker-compose
7 years ago
Christian Arenas
870ac403af
Add Marketing endpoint
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
Ramón Tomás
05bd964f2b
Adapt Locations.api to nosql db
7 years ago
Ramón Tomás
896ab5b4dc
Adapt Locations.api to nosql db
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
Ramón Tomás
9d5cde2057
#2412-Create Location Microservice
7 years ago
Ramón Tomás
83166cde12
#2412-Create Location Microservice
7 years ago
Ramón Tomás
e8dbf0c160
Rename grace period service in docker-compose files
7 years ago
Ramón Tomás
51c25c985e
Rename grace period service in docker-compose files
7 years ago
Christian Arenas
def828aeda
Remove SagaManagerIntegrationEventService frrom SagaManager and remove GracePeriod from dockercompose
7 years ago
Christian Arenas
511bc05cb4
Remove SagaManagerIntegrationEventService frrom SagaManager and remove GracePeriod from dockercompose
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
Christian Arenas
cde4c3a258
Create a SagaManager events
7 years ago
Christian Arenas
6f7605776d
Create a SagaManager events
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
Ramón Tomás
8a19fad3a5
Created Payment.api microservice
7 years ago
Ramón Tomás
d2dc0351e9
Created Payment.api microservice
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
Eduard Tomas
202882aa7c
Fixed healthcheck errors
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
Ramón Tomás
e08fe895a3
Added MVC and SPA Apps to healthChecker
Added styles to view
7 years ago
Eduard Tomas
561ba3b1ec
1st version of healthcheck & webstatus
7 years ago
dsanz
172367d9d1
Connect to the rabbitmq container using settings.
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
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