mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 10:27:41 +08:00
Merge d10312cf26 into c8337afad9
This commit is contained in:
commit
4274f1b45c
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user