Files
2022-04-07 12:35:00 +02:00

10 lines
143 B
YAML

version: "3"
services:
postgres:
image: postgres:12
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: "changeit"