version: '3.8' services: app: image: your_image_name # Replace with your actual image name environment: - HUGGING_FACE_TOKEN=${HUGGING_FACE_TOKEN} ports: - "5000:5000" # Adjust the port if necessary