forked from coop-cloud/gitea
		
	Up versions of gitea and mariadb
This commit is contained in:
		@ -3,7 +3,7 @@ version: "3.8"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  app:
 | 
					  app:
 | 
				
			||||||
    image: "gitea/gitea:1.17.2-rootless"
 | 
					    image: "gitea/gitea:1.17.3-rootless"
 | 
				
			||||||
    configs:
 | 
					    configs:
 | 
				
			||||||
      - source: app_ini
 | 
					      - source: app_ini
 | 
				
			||||||
        target: /etc/gitea/app.ini
 | 
					        target: /etc/gitea/app.ini
 | 
				
			||||||
@ -61,7 +61,7 @@ services:
 | 
				
			|||||||
        - coop-cloud.${STACK_NAME}.version=1.3.0+1.17.2-rootless
 | 
					        - coop-cloud.${STACK_NAME}.version=1.3.0+1.17.2-rootless
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  db:
 | 
					  db:
 | 
				
			||||||
    image: "mariadb:10.6"
 | 
					    image: "mariadb:10.9"
 | 
				
			||||||
    command: |
 | 
					    command: |
 | 
				
			||||||
      mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
 | 
					      mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user