Skip to content

Instantly share code, notes, and snippets.

@rhysgodfrey
Created January 4, 2017 21:21
Show Gist options
  • Save rhysgodfrey/a1aeb027a2ccab70a24d489fee771f1e to your computer and use it in GitHub Desktop.
Save rhysgodfrey/a1aeb027a2ccab70a24d489fee771f1e to your computer and use it in GitHub Desktop.
version: '2.1'
services:
web:
build:
context: .
dockerfile: Web.dockerfile
depends_on:
- db
db:
build:
context: .
dockerfile: Sql.dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment