Added: Readme

Added: Restart policy
This commit is contained in:
tanshu
2020-04-20 18:13:06 +05:30
parent 518871ff16
commit fc8a7795e6
10 changed files with 89 additions and 4 deletions

View File

@ -19,6 +19,7 @@
name: "{{ postgres_name }}"
image: "{{ postgres_image }}"
state: started
restart_policy: "unless-stopped"
env:
POSTGRESQL_USER: "{{ pg_user }}"
POSTGRESQL_PASSWORD: "{{ pg_password }}"