Skip to content

Commit

Permalink
simplified docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar1989 committed Jun 18, 2016
1 parent cb4ef9d commit a898f47
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@ version: "2"
services:
es:
image: elasticsearch
networks:
- back-tier
web:
image: prakhar1989/foodtrucks-web
command: python app.py
ports:
- "5000:5000"
volumes:
- .:/code
networks:
- back-tier
- front-tier
networks:
front-tier:
driver: bridge
back-tier:
driver: bridge

0 comments on commit a898f47

Please sign in to comment.