8 lines
127 B
YAML
8 lines
127 B
YAML
services:
|
|
postgres:
|
|
image: 'postgres:14'
|
|
environment:
|
|
- 'POSTGRES_PASSWORD=password'
|
|
ports:
|
|
- '5432'
|