Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CESARDELATORRE/32d30c9d304736dccf82bc6b0255ee44 to your computer and use it in GitHub Desktop.
Save CESARDELATORRE/32d30c9d304736dccf82bc6b0255ee44 to your computer and use it in GitHub Desktop.
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