mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2024-10-31 21:33:46 +00:00
13 lines
247 B
YAML
13 lines
247 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
plaguposter_postgres:
|
|
image: postgres
|
|
container_name: "plaguposter_postgres"
|
|
environment:
|
|
POSTGRES_USER: "test"
|
|
POSTGRES_PASSWORD: "test"
|
|
POSTGRES_DB: "test"
|
|
ports:
|
|
- "8091:5432"
|