Spaces:
Running
Running
Delete docker-compose.yml
Browse files- docker-compose.yml +0 -11
docker-compose.yml
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
services:
|
| 2 |
-
pdf-document-layout-analysis:
|
| 3 |
-
container_name: pdf-document-layout-analysis
|
| 4 |
-
entrypoint: [ "gunicorn", "-k", "uvicorn.workers.UvicornWorker", "--chdir", "./src", "app:app", "--bind", "0.0.0.0:5060", "--timeout", "10000"]
|
| 5 |
-
init: true
|
| 6 |
-
restart: unless-stopped
|
| 7 |
-
build:
|
| 8 |
-
context: .
|
| 9 |
-
dockerfile: Dockerfile
|
| 10 |
-
ports:
|
| 11 |
-
- "5060:5060"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|