1
0

Gitea: upgrade to 1.24.4

This commit is contained in:
2025-08-07 09:55:17 +03:00
parent e16e23d18c
commit c518125bbd

View File

@@ -1,7 +1,7 @@
services: services:
gitea_app: gitea_app:
image: gitea/gitea:1.24.3 image: gitea/gitea:1.24.4
restart: unless-stopped restart: unless-stopped
container_name: gitea_app container_name: gitea_app
ports: ports:
@@ -15,8 +15,8 @@ services:
networks: networks:
- "web_proxy_network" - "web_proxy_network"
environment: environment:
- "USER_UID=${USER_UID}" - "USER_UID={{ user_create_result.uid }}"
- "USER_GID=${USER_GID}" - "USER_GID={{ user_create_result.group }}"
- "GITEA__server__SSH_PORT=2222" - "GITEA__server__SSH_PORT=2222"
# Mailer # Mailer