Skip to content

Instantly share code, notes, and snippets.

@bangiqi
Created April 10, 2017 05:39
Show Gist options
  • Save bangiqi/8b7c8902698de40b6227803b9b35dcf2 to your computer and use it in GitHub Desktop.
Save bangiqi/8b7c8902698de40b6227803b9b35dcf2 to your computer and use it in GitHub Desktop.
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