mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 23:41:52 +08:00
test: add some docker-compose.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user