mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	Added comments how to implement health check
This commit is contained in:
		@@ -25,6 +25,12 @@ services:
 | 
			
		||||
    volumes:
 | 
			
		||||
      - 'moodle:/bitnami/moodle'
 | 
			
		||||
      - 'data:/bitnami/moodledata'
 | 
			
		||||
# Healthcheck is not possible due to missing curl and wget in container
 | 
			
		||||
#    healthcheck:
 | 
			
		||||
#      test: ["CMD", "curl", "-f", "http://127.0.0.1:8080"]
 | 
			
		||||
#      interval: 1m
 | 
			
		||||
#      timeout: 10s
 | 
			
		||||
#      retries: 3
 | 
			
		||||
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
 | 
			
		||||
{% include 'templates/docker/container/networks.yml.j2' %}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user