blob: c3b553a161d175efa3a902e2015dff2f7c7b4a3e [file] [log] [blame]
version: '2'
services:
web:
build: .
ports:
- "5000:5000"
volumes:
- .:/code
depends_on:
- redis
redis:
image: redis