Created
July 19, 2018 08:37
-
-
Save jinhduong/d0df2b51177b05fa55db63c413a33a07 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
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