Compare commits

..

3 Commits

Author SHA1 Message Date
076dad028b Update gitea/gitea Docker tag to v1.24.0 2025-06-10 08:01:26 +00:00
e7dc17aeb7 Update gitea/gitea Docker tag to v1.23.8 2025-05-13 12:06:09 +00:00
3b92504056 Update postgres Docker tag to v17.5 2025-05-09 00:00:49 +00:00

View File

@ -2,7 +2,7 @@ name: gitea
services:
server:
image: gitea/gitea:1.23.8
image: gitea/gitea:1.24.0
container_name: gitea
depends_on:
- db_pg17
@ -88,7 +88,7 @@ services:
- runner_token
db_pg17:
image: postgres:17.4
image: postgres:17.5
container_name: gitea_db_pg17
restart: unless-stopped
healthcheck: