Compare commits

..

2 Commits

Author SHA1 Message Date
9ed56f5a02 Update postgres Docker tag to v18 2026-02-27 00:01:16 +00:00
25a22a88c6 Update gitea/act_runner Docker tag to v0.3.0 2026-02-19 09:33:13 +00:00

View File

@@ -68,7 +68,7 @@ services:
- mail_from - mail_from
runner: runner:
image: gitea/act_runner:0.2.13 image: gitea/act_runner:0.3.0
container_name: gitea_runner container_name: gitea_runner
depends_on: depends_on:
- server - server
@@ -88,7 +88,7 @@ services:
- runner_token - runner_token
db_pg17: db_pg17:
image: postgres:18.2 image: postgres:18.3
container_name: gitea_db_pg17 container_name: gitea_db_pg17
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: