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:
jboss:
image: vulhub/jboss:as-6.1.0
ports:
- "9990:9990"
- "8080:8080"
@@ -0,0 +1,5 @@
services:
spring:
image: vulhub/spring-cloud-gateway:3.1.0
ports:
- "8080:8080"
@@ -0,0 +1,12 @@
services:
web:
image: vulhub/confluence:8.5.3
ports:
- "8090:8090"
depends_on:
- db
db:
image: postgres:15.4-alpine
environment:
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=confluence