Remove docker-compose.yml file as part of project restructuring.

This commit is contained in:
2026-04-15 18:25:14 +08:00
parent bbb4dd43b3
commit 9b0124c0ee

12
docker-compose.yaml Normal file
View 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: