DepolNudgeBot / docker-compose.yml
learning4's picture
Create docker-compose.yml
9905320 verified
raw
history blame contribute delete
228 Bytes
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