deb3471 aa37823 e0174a0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3.8' services: web: build: . ports: - "7860:7860" environment: - HF_TOKEN=${HF_TOKEN} volumes: - ./app:/app/app:ro - cache_data:/cache volumes: cache_data: