forked from coop-cloud/gitea
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			indexer
			...
			2.6.0+1.21
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3815417c2c | |||
| 4421f81a35 | 
@ -4,11 +4,11 @@
 | 
			
		||||
 | 
			
		||||
<!-- metadata -->
 | 
			
		||||
* **Category**: Development
 | 
			
		||||
* **Status**: 3, stable
 | 
			
		||||
* **Status**: 5
 | 
			
		||||
* **Image**: [`gitea/gitea`](https://hub.docker.com/gitea/gitea), 4, upstream
 | 
			
		||||
* **Healthcheck**: Yes
 | 
			
		||||
* **Backups**: Yes
 | 
			
		||||
* **Email**: ?
 | 
			
		||||
* **Email**: Yes
 | 
			
		||||
* **Tests**: 2
 | 
			
		||||
* **SSO**: 3 (OAuth)
 | 
			
		||||
<!-- endmetadata -->
 | 
			
		||||
 | 
			
		||||
@ -49,6 +49,12 @@ services:
 | 
			
		||||
    networks:
 | 
			
		||||
      - proxy
 | 
			
		||||
      - internal
 | 
			
		||||
    healthcheck:
 | 
			
		||||
      test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"]
 | 
			
		||||
      interval: 30s
 | 
			
		||||
      timeout: 10s
 | 
			
		||||
      retries: 10
 | 
			
		||||
      start_period: 1m
 | 
			
		||||
    deploy:
 | 
			
		||||
      update_config:
 | 
			
		||||
        failure_action: rollback
 | 
			
		||||
@ -67,7 +73,7 @@ services:
 | 
			
		||||
        - "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolalloworiginlist=https://${GITEA_CORS_ALLOW_DOMAIN}"
 | 
			
		||||
        - "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolmaxage=100"
 | 
			
		||||
        - "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true"
 | 
			
		||||
        - coop-cloud.${STACK_NAME}.version=2.5.2+1.21.5-rootless
 | 
			
		||||
        - coop-cloud.${STACK_NAME}.version=2.6.0+1.21.5-rootless
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
networks:
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1
									
								
								release/2.6.0+1.21.5-rootless
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								release/2.6.0+1.21.5-rootless
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
This release adds a docker healthcheck for the main Gitea service -- please pay careful attention when updating apps, and as always feel free to ask in Matrix if you run into any bugs 🐛
 | 
			
		||||
		Reference in New Issue
	
	Block a user