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