version: '3.8' services: sabiduria-api: build: context: . # The build context is the current directory where the Dockerfile is located dockerfile: Dockerfile # The name of your Dockerfile ports: - "7860:7860"