Udara Wickramasinghe
Bug Fix
7a02ccb
raw
history blame contribute delete
187 Bytes
version: '3.8'
services:
backend:
build: .
ports:
- "8000:8000"
volumes:
- ./app:/app/app
- ./models:/app/models
environment:
- TZ=Asia/Kolkata