Turkish-LLM-RAG-Chatbot / docker-compose.yml
iamseyhmus7's picture
Upload 17 files
70d956a verified
raw
history blame contribute delete
175 Bytes
version: '3.8'
services:
news-bot:
build: .
container_name: news-pipeline-bot
restart: always
env_file:
- .env
volumes:
- .:/app