Spaces:
Paused
Paused
zhangshibo commited on
Commit ·
6134e7c
1
Parent(s): 994cdb2
init
Browse files- docker-compose.ym1l +0 -12
- requirements.txt +0 -2
docker-compose.ym1l
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
version: '3.7'
|
| 2 |
-
services:
|
| 3 |
-
blackbox2api:
|
| 4 |
-
build: .
|
| 5 |
-
ports:
|
| 6 |
-
- "8001:8001"
|
| 7 |
-
restart: always
|
| 8 |
-
healthcheck:
|
| 9 |
-
test: ["CMD", "curl", "-f", "http://localhost:8001/health"]
|
| 10 |
-
interval: 30s
|
| 11 |
-
timeout: 10s
|
| 12 |
-
retries: 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
|
|
|
|
|
|
|
|