1 Commits
Author SHA1 Message Date
renovate-bot 891c38ed78 Update gitea/runner Docker tag to v1.0.5 2026-05-21 08:01:49 +00:00
+3 -3
View File
@@ -2,7 +2,7 @@ name: gitea
services:
server:
image: gitea/gitea:1.27.3
image: gitea/gitea:1.26.1
container_name: gitea
depends_on:
- db_pg17
@@ -68,7 +68,7 @@ services:
- mail_from
runner:
image: gitea/runner:3.3.2
image: gitea/runner:1.0.5
container_name: gitea_runner
depends_on:
- server
@@ -88,7 +88,7 @@ services:
- runner_token
db_pg17:
image: postgres:17.11
image: postgres:17.10
container_name: gitea_db_pg17
restart: unless-stopped
healthcheck: