Created
July 19, 2016 01:29
-
-
Save deepaknverma/5ea27c880c76952f10c1ab93d677ece4 to your computer and use it in GitHub Desktop.
This file contains 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
wsdlinterface: | |
build: . | |
hostname: node1 | |
expose: | |
- "3000" | |
ports: | |
- "3000:3000" | |
environment: | |
NODE_ENV: dev | |
working_dir: /var/www | |
user: myuser | |
restart: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment