version: '3.8' services: app: build: . container_name: chatbot ports: - "8000:8000" volumes: - .:/app environment: NLTK_DATA: "/app/nltk_data"