mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Added health check and restart policy to openresty
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
dest: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ domain }}.conf"
|
||||
notify: restart openresty
|
||||
|
||||
- name: "create {{docker_compose.files.env}}"
|
||||
- name: "create {{ docker_compose.files.env }}"
|
||||
template:
|
||||
src: "database.j2"
|
||||
dest: "{{docker_compose.files.env}}"
|
||||
dest: "{{ docker_compose.files.env }}"
|
||||
mode: "0770"
|
||||
force: yes
|
||||
notify: docker compose up
|
||||
|
Reference in New Issue
Block a user