Remove docker-compose.yml file as part of project restructuring.
This commit is contained in:
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "80761:8010"
|
||||
environment:
|
||||
MINERU_API_KEY: ${MINERU_API_KEY:-}
|
||||
volumes:
|
||||
- zld-data:/app/data
|
||||
|
||||
volumes:
|
||||
zld-data:
|
||||
Reference in New Issue
Block a user