ai-career-coach / docker-compose.yml
Nikolay Angelov
move from Gradio_UI to web fe
ca0f48e
raw
history blame
265 Bytes
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "7860:7860"
environment:
- HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
# Remove the volumes section that's causing issues
restart: unless-stopped