version: '3.8' services: backend: build: . ports: - "8000:8000" volumes: - ./app:/app/app - ./models:/app/models environment: - TZ=Asia/Kolkata