services: app: build: context: . dockerfile: Dockerfile ports: - "8000:8000" env_file: - ./backend/.env