Postgres: changed image to the :alpine

All: Check if nginx config exists before updating. This is to prevent overwriting of certbot-auto certificates and redirect
This commit is contained in:
tanshu
2020-04-03 13:01:44 +05:30
parent 2c77fdd5a7
commit 518871ff16
5 changed files with 29 additions and 20 deletions

View File

@ -1,6 +1,6 @@
---
postgres_name: postgres
postgres_image: postgres
postgres_image: postgres:alpine
pg_user: postgres
pg_password: '123456'
data_location: /var/lib/postgresql/data