feat:更新长亭雷池4.3.0
This commit is contained in:
@@ -14,7 +14,6 @@ services:
|
||||
- ${PANEL_APP_PORT_HTTP:-9443}:1443
|
||||
environment:
|
||||
- MGT_PG=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce?sslmode=disable
|
||||
- MGT_LICENSE_SERVER=https://safeline-ce-4463.rivers.chaitin.cn/
|
||||
dns:
|
||||
- 119.29.29.29
|
||||
- 223.5.5.5
|
||||
@@ -22,6 +21,10 @@ services:
|
||||
- 1.2.4.8
|
||||
- 114.114.114.114
|
||||
- 8.8.8.8
|
||||
logging:
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "10"
|
||||
depends_on:
|
||||
- safeline-pg
|
||||
- safeline-fvm
|
||||
@@ -107,6 +110,32 @@ services:
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-bridge:
|
||||
container_name: ${CONTAINER_NAME}-bridge
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.239
|
||||
image: chaitin/safeline-bridge:latest
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run:/app/run
|
||||
command:
|
||||
- /app/bridge
|
||||
- serve
|
||||
- -n
|
||||
- unix
|
||||
- -a
|
||||
- /app/run/safeline.sock
|
||||
logging:
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "10"
|
||||
depends_on:
|
||||
- safeline-mgt
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-pg:
|
||||
container_name: ${CONTAINER_NAME}-pg
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user