version: "3" services: app: build: . image: hfapi:latest ports: - 8000:8000 env_file: - .env container_name: hfapi