forked from coop-cloud/gitea
		
	Disable healthcheck for now
See https://github.com/go-gitea/gitea/issues/15661
This commit is contained in:
		
							
								
								
									
										13
									
								
								compose.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								compose.yml
									
									
									
									
									
								
							| @ -35,12 +35,13 @@ services: | |||||||
|     networks: |     networks: | ||||||
|       - proxy |       - proxy | ||||||
|       - internal |       - internal | ||||||
|     healthcheck: |     # Disabled for now, see https://github.com/go-gitea/gitea/issues/15661 | ||||||
|       test: ["CMD", "curl", "-f", "http://localhost:3000"] |     # healthcheck: | ||||||
|       interval: 15s |     #   test: ["CMD", "curl", "-f", "http://localhost:3000"] | ||||||
|       timeout: 10s |     #   interval: 15s | ||||||
|       retries: 10 |     #   timeout: 10s | ||||||
|       start_period: 30s |     #   retries: 10 | ||||||
|  |     #   start_period: 30s | ||||||
|     deploy: |     deploy: | ||||||
|       update_config: |       update_config: | ||||||
|         failure_action: rollback |         failure_action: rollback | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user