Skip to content

Instantly share code, notes, and snippets.

@bmease
Created February 15, 2015 18:50
Show Gist options
  • Save bmease/bf919291c5720eb10252 to your computer and use it in GitHub Desktop.
Save bmease/bf919291c5720eb10252 to your computer and use it in GitHub Desktop.
api:
build: ./api
command: uwsgi --socket 0.0.0.0:5000 --protocol=http -w wsgi:app
expose:
- "5000"
web:
build: ./web
ports:
- "80:80"
links:
- api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment