9 lines
138 B
YAML
9 lines
138 B
YAML
version: "3"
|
|
|
|
services:
|
|
db:
|
|
image: "postgres:17.2"
|
|
ports:
|
|
- "5432:5432"
|
|
environment:
|
|
POSTGRES_PASSWORD: postgres |