mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Moved Healthcheck to Dockerfile
This commit is contained in:
		| @@ -5,11 +5,6 @@ services: | ||||
|       dockerfile: {{ path_cymais_presentation_output.stdout }}/Dockerfile | ||||
|     ports: | ||||
|       - "127.0.0.1:{{ports.localhost.http[application_id]}}:5000" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-f", "http://127.0.0.1:5000"] | ||||
|       interval: 1m | ||||
|       timeout: 10s | ||||
|       retries: 3 | ||||
|     volumes: | ||||
|       - {{ path_cymais_presentation_output.stdout }}:/app | ||||
|       - {{ path_cymais_output.stdout }}:/source | ||||
|   | ||||
		Reference in New Issue
	
	Block a user