Compare commits

..

3 Commits

Author SHA1 Message Date
fe5b78e730 Update postgres Docker tag to v18 2025-11-19 00:01:08 +00:00
63976f6a3f Update postgres Docker tag to v17.7 2025-11-14 00:01:03 +00:00
136250d1fc Update gitea/gitea Docker tag to v1.25.1 2025-11-05 08:01:56 +00:00

View File

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