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: | ||||
|       - proxy | ||||
|       - internal | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-f", "http://localhost:3000"] | ||||
|       interval: 15s | ||||
|       timeout: 10s | ||||
|       retries: 10 | ||||
|       start_period: 30s | ||||
|     # Disabled for now, see https://github.com/go-gitea/gitea/issues/15661 | ||||
|     # healthcheck: | ||||
|     #   test: ["CMD", "curl", "-f", "http://localhost:3000"] | ||||
|     #   interval: 15s | ||||
|     #   timeout: 10s | ||||
|     #   retries: 10 | ||||
|     #   start_period: 30s | ||||
|     deploy: | ||||
|       update_config: | ||||
|         failure_action: rollback | ||||
|  | ||||
		Reference in New Issue
	
	Block a user