518871ff16
All: Check if nginx config exists before updating. This is to prevent overwriting of certbot-auto certificates and redirect
8 lines
141 B
YAML
8 lines
141 B
YAML
---
|
|
postgres_name: postgres
|
|
postgres_image: postgres:alpine
|
|
pg_user: postgres
|
|
pg_password: '123456'
|
|
data_location: /var/lib/postgresql/data
|
|
|