test: add some docker-compose.yaml

This commit is contained in:
ReaJason
2025-08-14 00:03:20 +08:00
parent 033c4071cc
commit 948a6699fb
18 changed files with 96 additions and 13 deletions
@@ -0,0 +1,6 @@
services:
solr:
image: vulhub/solr:8.11.0
ports:
- "8983:8983"
- "5005:5005"