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