Skip to content

Instantly share code, notes, and snippets.

@rhysgodfrey
Created January 4, 2017 21:25
Show Gist options
  • Save rhysgodfrey/885e091f456d41843abbaf0a6c857225 to your computer and use it in GitHub Desktop.
Save rhysgodfrey/885e091f456d41843abbaf0a6c857225 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
networks:
default:
ipv4_address: 172.18.209.1
aliases:
- db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment