Created
April 10, 2017 05:39
-
-
Save bangiqi/8b7c8902698de40b6227803b9b35dcf2 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
web_sis: | |
build: | |
context: ./laracoba | |
dockerfile: deploy/web.docker | |
volumes: | |
- ./laracoba:/var/www | |
ports: | |
- "8081:80" | |
links: | |
- app_api | |
web_api: | |
build: | |
context: ./apicoba | |
dockerfile: deploy/web.docker | |
volumes: | |
- ./apicoba:/var/www | |
ports: | |
- "8081:80" | |
links: | |
- app_web |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment