mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
12 lines
230 B
YAML
12 lines
230 B
YAML
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 |