This commit is contained in:
renovate[bot] 2026-02-14 19:02:41 +00:00 committed by GitHub
commit 4274f1b45c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -80,7 +80,7 @@ services:
POSTGRES_USER: ${PANEL_DB_USER}
POSTGRES_PASSWORD: ${PANEL_DB_USER_PASSWORD}
POSTGRES_DB: ${PANEL_DB_NAME}
image: postgres:13-alpine
image: postgres:18-alpine
labels:
createdBy: Apps

View File

@ -80,7 +80,7 @@ services:
POSTGRES_USER: ${PANEL_DB_USER}
POSTGRES_PASSWORD: ${PANEL_DB_USER_PASSWORD}
POSTGRES_DB: ${PANEL_DB_NAME}
image: postgres:13-alpine
image: postgres:18-alpine
labels:
createdBy: Apps

View File

@ -110,7 +110,7 @@ services:
networks:
1panel-network:
ipv4_address: ${SUBNET_PREFIX}.232
image: postgres:15.8
image: postgres:18.1
volumes:
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro

View File

@ -110,7 +110,7 @@ services:
networks:
1panel-network:
ipv4_address: ${SUBNET_PREFIX}.232
image: postgres:15.8
image: postgres:18.1
volumes:
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro

View File

@ -116,7 +116,7 @@ services:
1panel-network:
safeline-ce:
ipv4_address: ${SUBNET_PREFIX}.2
image: postgres:15.8
image: postgres:18.1
volumes:
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro

View File

@ -115,7 +115,7 @@ services:
1panel-network:
safeline-ce:
ipv4_address: ${SUBNET_PREFIX}.2
image: postgres:15.8
image: postgres:18.1
volumes:
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro