mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added health check and restart policy to openresty
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
detached_files:
|
||||
- "docker-compose.yml"
|
||||
|
||||
- name: "For '{{ application_id }}': create {{docker_compose.files.env}}"
|
||||
- name: "For '{{ application_id }}': create {{ docker_compose.files.env }}"
|
||||
template:
|
||||
src: "env.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