version: '3.8' services: web: build: . volumes: - .:/app ports: - "8000:8000" env_file: - .env environment: - DEBUG=False - ALLOWED_HOSTS=*