Skip to content

Commit

Permalink
Add docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Brun committed Mar 28, 2015
1 parent 3230b1d commit ed26b43
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
flask:
image: domohack/backbone-flask:latest
name: flask
ports:
- ":80:80"
- ":5000:5000"
volumes:
- ./app:/usr/share/nginx/html:rw

0 comments on commit ed26b43

Please sign in to comment.