mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Solved pgadmin healthcheck bug
This commit is contained in:
		@@ -11,7 +11,7 @@ services:
 | 
				
			|||||||
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
 | 
					{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
 | 
				
			||||||
{% include 'templates/docker/container/networks.yml.j2' %}
 | 
					{% include 'templates/docker/container/networks.yml.j2' %}
 | 
				
			||||||
    healthcheck:
 | 
					    healthcheck:
 | 
				
			||||||
      test: ["CMD", "curl", "-f", "http://localhost"]
 | 
					      test: ["CMD", "wget", "--spider", "-q", "http://localhost:80/"]
 | 
				
			||||||
      interval: 30s
 | 
					      interval: 30s
 | 
				
			||||||
      timeout: 10s
 | 
					      timeout: 10s
 | 
				
			||||||
      retries: 3
 | 
					      retries: 3
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user