8 lines
191 B
YAML
8 lines
191 B
YAML
---
|
|
postgres_container_name: postgres
|
|
postgres_port: 5432
|
|
postgres_user: tobi
|
|
postgres_password: risICE3
|
|
postgres_data_dir: /var/lib/postgresql/data/pgdata
|
|
postgres_volume: /opt/postgresData
|