49bfecb
1
2
3
4
5
6
7
8
9
10
11
12
version: "3.9" services: tfidf-xgb-app: build: . container_name: tfidf_xgb_container ports: - "7860:7860" volumes: - .:/app restart: always