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: services:
gitea_db: gitea_db:
image: docker.io/library/postgres:17.4 image: docker.io/library/postgres:17.5
container_name: gitea_db container_name: gitea_db
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=${POSTGRES_DB} - POSTGRES_DB=${POSTGRES_DB}
volumes: volumes:
- ${APPDATA_PATH}/forgejo/db:/var/lib/postgresql/data - ${APPDATA_PATH}/gitea/db:/var/lib/postgresql/data
ports: ports:
- ${DB_PORT}:5432 - ${DB_PORT}:5432
restart: unless-stopped restart: unless-stopped