9 lines
189 B
YAML
9 lines
189 B
YAML
services:
|
|
database:
|
|
image: postgres:14-alpine
|
|
ports:
|
|
- 5432:5432
|
|
environment:
|
|
POSTGRES_PASSWORD: tutor
|
|
volumes:
|
|
- ./postgres:/docker-entrypoint-initdb.d
|