Skip to content

Instantly share code, notes, and snippets.

@rema7
Created September 24, 2017 19:36
Show Gist options
  • Save rema7/cac56a374d5f9df2ba6b1e1d5eadcce6 to your computer and use it in GitHub Desktop.
Save rema7/cac56a374d5f9df2ba6b1e1d5eadcce6 to your computer and use it in GitHub Desktop.
version: '2'
services:
backend:
build: ./backend
ports:
- "9000:8000"
volumes:
- ../.:/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment