version: "3.9" services: tfidf-xgb-app: build: . container_name: tfidf_xgb_container ports: - "7860:7860" volumes: - .:/app restart: always