Compare commits

..
Author SHA1 Message Date
autonomic-bot 2f64ddfa16 chore: upgrade gitea to 1.27.2-rootless, postgres to 15.19 2026-08-14 02:36:09 +00:00
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
secrets:
- db_password
db:
image: postgres:15.18
image: postgres:15.19
deploy:
labels:
backupbot.backup.pre-hook: "/pg_backup.sh backup"
+2 -1
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: "gitea/gitea:1.27.1-rootless"
image: "gitea/gitea:1.27.2-rootless"
configs:
- source: app_ini
target: /etc/gitea/app.ini
@@ -56,6 +56,7 @@ services:
volumes:
- data:/var/lib/gitea
- config:/etc/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
networks:
- proxy