Skip to content

Instantly share code, notes, and snippets.

@bmease
Created February 15, 2015 18:49
Show Gist options
  • Save bmease/36b59925560548413ff2 to your computer and use it in GitHub Desktop.
Save bmease/36b59925560548413ff2 to your computer and use it in GitHub Desktop.
api:
build: ./api
command: python api.py
expose:
- "5000"
volumes:
- ./api:/app
web:
image: nginx
ports:
- "8000:80"
links:
- api
volumes:
- ./web/static:/app
- ./web/nginx.conf:/etc/nginx/nginx.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment