services: backend: build: context: .build/dev volumes: - ./:/app ports: - 8000:8000 env_file: - .env