Skip to content

Instantly share code, notes, and snippets.

@jritsema
Last active August 5, 2016 03:37
Show Gist options
  • Save jritsema/699eff9a3975db5a394606cd634560a1 to your computer and use it in GitHub Desktop.
Save jritsema/699eff9a3975db5a394606cd634560a1 to your computer and use it in GitHub Desktop.
docker-compose.yml template
version: '2'
services:
service1:
build: .
image: service1:0.0.1
ports:
- "80:3000"
environment:
FOO: bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment