ImageDataExtractor / docker-compose.yml
WebashalarForML's picture
Create docker-compose.yml
aeb7772 verified
raw
history blame
No virus
245 Bytes
version: '3'
services:
web:
build: .
ports:
- "7860:7860"
volumes:
- ./static/uploads:/app/static/uploads
- ./static/results:/app/static/results
environment:
- FLASK_ENV=development
restart: always