Update gitea

This commit is contained in:
2025-07-01 11:36:49 +05:30
parent 6b300af949
commit 053002920e

View File

@@ -1,13 +1,13 @@
services:
gitea_db:
image: docker.io/library/postgres:17.4
image: docker.io/library/postgres:17.5
container_name: gitea_db
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=${POSTGRES_DB}
volumes:
- ${APPDATA_PATH}/forgejo/db:/var/lib/postgresql/data
- ${APPDATA_PATH}/gitea/db:/var/lib/postgresql/data
ports:
- ${DB_PORT}:5432
restart: unless-stopped