Compare commits

...

13 Commits

View File

@@ -2,7 +2,7 @@ name: gitea
services:
server:
image: gitea/gitea:1.23.7
image: gitea/gitea:1.24.6
container_name: gitea
depends_on:
- db_pg17
@@ -68,7 +68,7 @@ services:
- mail_from
runner:
image: gitea/act_runner:0.2.11
image: gitea/act_runner:0.2.13
container_name: gitea_runner
depends_on:
- server
@@ -88,7 +88,7 @@ services:
- runner_token
db_pg17:
image: postgres:17.4
image: postgres:18.0
container_name: gitea_db_pg17
restart: unless-stopped
healthcheck: