mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00: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