Skip to content

Instantly share code, notes, and snippets.

@jinhduong
Created July 19, 2018 08:37
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 jinhduong/d0df2b51177b05fa55db63c413a33a07 to your computer and use it in GitHub Desktop.
Save jinhduong/d0df2b51177b05fa55db63c413a33a07 to your computer and use it in GitHub Desktop.
version: '2'
services:
sandbox.web:
build:
context: .
args:
env: sandbox
ports:
- "8080:80"
app.web:
build:
context: .
args:
env: prod
ports:
- "8081:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment