Skip to content

Instantly share code, notes, and snippets.

@jinhduong
Created July 19, 2018 04:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jinhduong/b891c32490590542dab70eef7f75634c to your computer and use it in GitHub Desktop.
version: '3'
services:
staging.api:
build: .
ports:
- "5000:80"
environment:
- ASPNETCORE_ENVIRONMENT=Staging
production.api:
build: .
ports:
- "5001:80"
environment:
- ASPNETCORE_ENVIRONMENT=Production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment