Cesar De la Torre
7844fcc0d0
Added Azure env vars default values to be changed by real values from user's Azure subscription
7 years ago
Cesar De la Torre
7dc1efc44e
Added default Azure env vars to be changed by real values
7 years ago
dsanz
fd97ed8765
Fix issue
7 years ago
dsanz
8051114da9
Add Azure Storage check in Catalog health checks.
7 years ago
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
7 years ago
Ramón Tomás
f993463856
Implemented service bus for marketing.api locations.api graceperiodProcess payment.api
7 years ago
Cesar De la Torre
b07677ae83
Updates for the docker-compose production env.
8 years ago
Cesar De la Torre
73a15629d8
Moving docker-compose.prod.yml under the docker-compose.yml node in the docker-compose.dcproj
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