Added: Readme
Added: Restart policy
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
name: "{{ container_name }}"
|
||||
image: "{{ container_image }}"
|
||||
state: started
|
||||
restart_policy: "unless-stopped"
|
||||
env:
|
||||
DATABASE_URL: "{{ db_url }}"
|
||||
links: "postgres:db"
|
||||
|
||||
Reference in New Issue
Block a user