Skip to content

Instantly share code, notes, and snippets.

@nathanpeck
Created September 18, 2017 22:21
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 nathanpeck/066db11126641a4efffb8d2b8a3d65f6 to your computer and use it in GitHub Desktop.
Save nathanpeck/066db11126641a4efffb8d2b8a3d65f6 to your computer and use it in GitHub Desktop.
version: "3"
services:
web:
build: ./web
links:
- "stub-api:api"
stub-api:
build: ./stub-api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment