feat:更新长亭雷池4.3.0
This commit is contained in:
parent
a4e8f793f2
commit
08619da86a
|
|
@ -6,7 +6,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.234
|
ipv4_address: ${SUBNET_PREFIX}.234
|
||||||
image: chaitin/safeline-mgt:4.2.1
|
image: chaitin/safeline-mgt:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||||
|
|
@ -14,7 +14,6 @@ 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/
|
|
||||||
dns:
|
dns:
|
||||||
- 119.29.29.29
|
- 119.29.29.29
|
||||||
- 223.5.5.5
|
- 223.5.5.5
|
||||||
|
|
@ -22,6 +21,10 @@ services:
|
||||||
- 1.2.4.8
|
- 1.2.4.8
|
||||||
- 114.114.114.114
|
- 114.114.114.114
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: "100m"
|
||||||
|
max-file: "10"
|
||||||
depends_on:
|
depends_on:
|
||||||
- safeline-pg
|
- safeline-pg
|
||||||
- safeline-fvm
|
- safeline-fvm
|
||||||
|
|
@ -34,7 +37,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.235
|
ipv4_address: ${SUBNET_PREFIX}.235
|
||||||
image: chaitin/safeline-detector:4.2.1
|
image: chaitin/safeline-detector:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||||
|
|
@ -50,7 +53,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.236
|
ipv4_address: ${SUBNET_PREFIX}.236
|
||||||
image: chaitin/safeline-mario:4.2.1
|
image: chaitin/safeline-mario:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||||
|
|
@ -65,7 +68,7 @@ services:
|
||||||
safeline-tengine:
|
safeline-tengine:
|
||||||
container_name: ${CONTAINER_NAME}-tengine
|
container_name: ${CONTAINER_NAME}-tengine
|
||||||
restart: always
|
restart: always
|
||||||
image: chaitin/safeline-tengine:4.2.1
|
image: chaitin/safeline-tengine:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
|
|
@ -88,7 +91,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.237
|
ipv4_address: ${SUBNET_PREFIX}.237
|
||||||
image: chaitin/safeline-luigi:4.2.1
|
image: chaitin/safeline-luigi:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||||
|
|
@ -101,12 +104,38 @@ services:
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.238
|
ipv4_address: ${SUBNET_PREFIX}.238
|
||||||
image: chaitin/safeline-fvm:4.2.1
|
image: chaitin/safeline-fvm:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
|
||||||
|
safeline-bridge:
|
||||||
|
container_name: ${CONTAINER_NAME}-bridge
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
ipv4_address: ${SUBNET_PREFIX}.239
|
||||||
|
image: chaitin/safeline-bridge:4.3.0
|
||||||
|
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:
|
safeline-pg:
|
||||||
container_name: ${CONTAINER_NAME}-pg
|
container_name: ${CONTAINER_NAME}-pg
|
||||||
restart: always
|
restart: always
|
||||||
|
|
@ -14,7 +14,6 @@ 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/
|
|
||||||
dns:
|
dns:
|
||||||
- 119.29.29.29
|
- 119.29.29.29
|
||||||
- 223.5.5.5
|
- 223.5.5.5
|
||||||
|
|
@ -22,6 +21,10 @@ services:
|
||||||
- 1.2.4.8
|
- 1.2.4.8
|
||||||
- 114.114.114.114
|
- 114.114.114.114
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: "100m"
|
||||||
|
max-file: "10"
|
||||||
depends_on:
|
depends_on:
|
||||||
- safeline-pg
|
- safeline-pg
|
||||||
- safeline-fvm
|
- safeline-fvm
|
||||||
|
|
@ -107,6 +110,32 @@ services:
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
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:
|
safeline-pg:
|
||||||
container_name: ${CONTAINER_NAME}-pg
|
container_name: ${CONTAINER_NAME}-pg
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ services:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.4
|
ipv4_address: ${SUBNET_PREFIX}.4
|
||||||
image: chaitin/safeline-mgt:4.2.1
|
image: chaitin/safeline-mgt:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||||
|
|
@ -15,7 +15,6 @@ 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/
|
|
||||||
dns:
|
dns:
|
||||||
- 119.29.29.29
|
- 119.29.29.29
|
||||||
- 223.5.5.5
|
- 223.5.5.5
|
||||||
|
|
@ -23,6 +22,10 @@ services:
|
||||||
- 1.2.4.8
|
- 1.2.4.8
|
||||||
- 114.114.114.114
|
- 114.114.114.114
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: "100m"
|
||||||
|
max-file: "10"
|
||||||
depends_on:
|
depends_on:
|
||||||
- safeline-pg
|
- safeline-pg
|
||||||
- safeline-fvm
|
- safeline-fvm
|
||||||
|
|
@ -36,7 +39,7 @@ services:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.5
|
ipv4_address: ${SUBNET_PREFIX}.5
|
||||||
image: chaitin/safeline-detector:4.2.1
|
image: chaitin/safeline-detector:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||||
|
|
@ -53,7 +56,7 @@ services:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.6
|
ipv4_address: ${SUBNET_PREFIX}.6
|
||||||
image: chaitin/safeline-mario:4.2.1
|
image: chaitin/safeline-mario:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||||
|
|
@ -68,7 +71,7 @@ services:
|
||||||
safeline-tengine:
|
safeline-tengine:
|
||||||
container_name: ${CONTAINER_NAME}-tengine
|
container_name: ${CONTAINER_NAME}-tengine
|
||||||
restart: always
|
restart: always
|
||||||
image: chaitin/safeline-tengine:4.2.1
|
image: chaitin/safeline-tengine:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
|
|
@ -92,7 +95,7 @@ services:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.7
|
ipv4_address: ${SUBNET_PREFIX}.7
|
||||||
image: chaitin/safeline-luigi:4.2.1
|
image: chaitin/safeline-luigi:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||||
|
|
@ -106,12 +109,39 @@ services:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
safeline-ce:
|
safeline-ce:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.8
|
ipv4_address: ${SUBNET_PREFIX}.8
|
||||||
image: chaitin/safeline-fvm:4.2.1
|
image: chaitin/safeline-fvm:4.3.0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
|
||||||
|
safeline-bridge:
|
||||||
|
container_name: ${CONTAINER_NAME}-bridge
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
safeline-ce:
|
||||||
|
ipv4_address: ${SUBNET_PREFIX}.9
|
||||||
|
image: chaitin/safeline-bridge:4.3.0
|
||||||
|
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:
|
safeline-pg:
|
||||||
container_name: ${CONTAINER_NAME}-pg
|
container_name: ${CONTAINER_NAME}-pg
|
||||||
restart: always
|
restart: always
|
||||||
|
|
@ -15,7 +15,6 @@ 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/
|
|
||||||
dns:
|
dns:
|
||||||
- 119.29.29.29
|
- 119.29.29.29
|
||||||
- 223.5.5.5
|
- 223.5.5.5
|
||||||
|
|
@ -23,6 +22,10 @@ services:
|
||||||
- 1.2.4.8
|
- 1.2.4.8
|
||||||
- 114.114.114.114
|
- 114.114.114.114
|
||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
|
logging:
|
||||||
|
options:
|
||||||
|
max-size: "100m"
|
||||||
|
max-file: "10"
|
||||||
depends_on:
|
depends_on:
|
||||||
- safeline-pg
|
- safeline-pg
|
||||||
- safeline-fvm
|
- safeline-fvm
|
||||||
|
|
@ -112,6 +115,33 @@ services:
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
|
|
||||||
|
safeline-bridge:
|
||||||
|
container_name: ${CONTAINER_NAME}-bridge
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
safeline-ce:
|
||||||
|
ipv4_address: ${SUBNET_PREFIX}.9
|
||||||
|
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:
|
safeline-pg:
|
||||||
container_name: ${CONTAINER_NAME}-pg
|
container_name: ${CONTAINER_NAME}-pg
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue