services: centroid-topic-model: build: context: . target: dev image: centroid-topic-classifier ports: - "5050:5000" environment: - MODEL_PATH=sentence-transformers/all-MiniLM-L6-v2 - TOPIC_CENTROIDS_PATH=resources/embeddings/newsapi_labels_n_vec restart: always volumes: - ./:/app container_name: centroid-topic-classifier