Website-bot / docker-compose.yml
saman shrestha
initial commit
da04e19
raw
history blame
188 Bytes
version: '3'
services:
web:
build: .
ports:
- "5000:5000"
volumes:
- ./app:/app
environment:
- FLASK_ENV=development
redis:
image: "redis:alpine"