Compare commits

...

2 Commits

Author SHA1 Message Date
1b739ecaf2 Update postgres Docker tag to v18 2026-01-28 08:02:14 +00:00
310ff6ad03 Update gitea/gitea Docker tag to v1.25.4 2026-01-23 18:10:55 +00:00

View File

@@ -2,7 +2,7 @@ name: gitea
services: services:
server: server:
image: gitea/gitea:1.25.3 image: gitea/gitea:1.25.4
container_name: gitea container_name: gitea
depends_on: depends_on:
- db_pg17 - db_pg17
@@ -88,7 +88,7 @@ services:
- runner_token - runner_token
db_pg17: db_pg17:
image: postgres:17.7 image: postgres:18.1
container_name: gitea_db_pg17 container_name: gitea_db_pg17
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck: