feat:更新长亭雷池
This commit is contained in:
parent
cbe20766be
commit
e5bb8a961a
|
|
@ -113,7 +113,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.232
|
ipv4_address: ${SUBNET_PREFIX}.232
|
||||||
image: postgres:15.5-alpine
|
image: postgres:15.5
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ services:
|
||||||
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
||||||
environment:
|
environment:
|
||||||
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
||||||
#- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/
|
- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/
|
||||||
dns:
|
dns:
|
||||||
- 119.29.29.29
|
- 119.29.29.29
|
||||||
- 223.5.5.5
|
- 223.5.5.5
|
||||||
|
|
@ -113,7 +113,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.232
|
ipv4_address: ${SUBNET_PREFIX}.232
|
||||||
image: postgres:15-alpine
|
image: postgres:15.5
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ services:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.2
|
ipv4_address: ${SUBNET_PREFIX}.2
|
||||||
image: postgres:15.5-alpine
|
image: postgres:15.5
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ services:
|
||||||
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
||||||
environment:
|
environment:
|
||||||
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
||||||
#- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/
|
- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/
|
||||||
dns:
|
dns:
|
||||||
- 119.29.29.29
|
- 119.29.29.29
|
||||||
- 223.5.5.5
|
- 223.5.5.5
|
||||||
|
|
@ -119,7 +119,7 @@ services:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.2
|
ipv4_address: ${SUBNET_PREFIX}.2
|
||||||
image: postgres:15-alpine
|
image: postgres:15.5
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
- ${SAFELINE_DIR}/resources/postgres/data:/var/lib/postgresql/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue