version: '3.8' services: web: build: . ports: - "8000:8000" environment: - ENVIRONMENT=development volumes: - ./app:/app/app restart: unless-stopped