Created
May 15, 2018 19:06
-
-
Save CESARDELATORRE/32d30c9d304736dccf82bc6b0255ee44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
catalog.api: | |
environment: | |
- ASPNETCORE_ENVIRONMENT=Development | |
- ASPNETCORE_URLS=http://0.0.0.0:80 | |
- ConnectionString=YOUR_VALUE | |
- ... Other Environment Variables | |
ports: | |
- "5101:80" # Important: In a production environment you should remove the external port (5101) kept here for microservice debugging purposes. | |
# The API Gateway redirects and access through the internal port (80). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment