8 lines
134 B
YAML
8 lines
134 B
YAML
|
---
|
||
|
postgres_name: postgres
|
||
|
postgres_image: postgres
|
||
|
pg_user: postgres
|
||
|
pg_password: '123456'
|
||
|
data_location: /var/lib/postgresql/data
|
||
|
|