Update gitea
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user