gitea: Bump version to 1.21.11

This commit is contained in:
Kacper Donat 2024-06-17 22:07:30 +02:00
parent 0ce22c72e3
commit d80e317c48
2 changed files with 3 additions and 2 deletions

View File

@ -5,11 +5,11 @@ volumes:
services:
server:
image: gitea/gitea:1.16.9
image: gitea/gitea:{{ gitea_version }}
environment:
- USER_UID={{ git_user.uid }}
- USER_GID={{ git_user.group }}
- ROOT_URL=http://git.{{ main_domain }}/
- ROOT_URL=https://git.{{ main_domain }}/
- DB_TYPE=mysql
- DB_HOST={{ database_mysql_host }}:3306
- DB_NAME={{ database.name }}

View File

@ -61,6 +61,7 @@ service_config:
35353236333161636466383462343234323461623233643339653739623932666637386633626330
6366666637366362663865313661306137383931613565663564
gitea:
gitea_version: 1.21.11
database:
name: gitea
user: gitea