services: app: container_name: words2csv build: . ports: - "7860:7860" volumes: - .:/app env_file: - .env environment: - PYTHONUNBUFFERED=1 - GRADIO_SERVER_NAME=0.0.0.0 command: gradio app.py