1
0

feat:更新长亭雷池4.3.0

This commit is contained in:
okxlin
2024-02-04 21:16:19 +08:00
parent 3513788403
commit 2c707201c6
8 changed files with 134 additions and 16 deletions

View File

@@ -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