mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:更新长亭雷池4.4.0
This commit is contained in:
parent
7061b8a4b4
commit
a49a601243
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.234
|
||||
image: chaitin/safeline-mgt:4.3.3
|
||||
image: chaitin/safeline-mgt:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||
@ -37,7 +37,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.235
|
||||
image: chaitin/safeline-detector:4.3.3
|
||||
image: chaitin/safeline-detector:4.4.0
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||
@ -53,7 +53,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.236
|
||||
image: chaitin/safeline-mario:4.3.3
|
||||
image: chaitin/safeline-mario:4.4.0
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||
@ -68,10 +68,10 @@ services:
|
||||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:4.3.3
|
||||
image: chaitin/safeline-tengine:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
- ${SAFELINE_DIR}/resources/nginx:/etc/nginx
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/nginx:/var/log/nginx
|
||||
@ -91,10 +91,15 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.237
|
||||
image: chaitin/safeline-luigi:4.3.3
|
||||
image: chaitin/safeline-luigi:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||
environment:
|
||||
- MGT_IP=${SUBNET_PREFIX}.234
|
||||
depends_on:
|
||||
- safeline-detector
|
||||
- safeline-mgt
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
@ -104,7 +109,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.238
|
||||
image: chaitin/safeline-fvm:4.3.3
|
||||
image: chaitin/safeline-fvm:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
labels:
|
||||
@ -116,7 +121,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.239
|
||||
image: chaitin/safeline-bridge:4.3.3
|
||||
image: chaitin/safeline-bridge:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run:/app/run
|
@ -71,7 +71,7 @@ services:
|
||||
image: chaitin/safeline-tengine:latest
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
- ${SAFELINE_DIR}/resources/nginx:/etc/nginx
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/nginx:/var/log/nginx
|
||||
@ -95,6 +95,11 @@ services:
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||
environment:
|
||||
- MGT_IP=${SUBNET_PREFIX}.234
|
||||
depends_on:
|
||||
- safeline-detector
|
||||
- safeline-mgt
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.4
|
||||
image: chaitin/safeline-mgt:4.3.3
|
||||
image: chaitin/safeline-mgt:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||
@ -39,7 +39,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.5
|
||||
image: chaitin/safeline-detector:4.3.3
|
||||
image: chaitin/safeline-detector:4.4.0
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||
@ -56,7 +56,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.6
|
||||
image: chaitin/safeline-mario:4.3.3
|
||||
image: chaitin/safeline-mario:4.4.0
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||
@ -71,10 +71,10 @@ services:
|
||||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:4.3.3
|
||||
image: chaitin/safeline-tengine:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
- ${SAFELINE_DIR}/resources/nginx:/etc/nginx
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/nginx:/var/log/nginx
|
||||
@ -95,10 +95,15 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.7
|
||||
image: chaitin/safeline-luigi:4.3.3
|
||||
image: chaitin/safeline-luigi:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||
environment:
|
||||
- MGT_IP=${SUBNET_PREFIX}.4
|
||||
depends_on:
|
||||
- safeline-detector
|
||||
- safeline-mgt
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
@ -109,7 +114,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.8
|
||||
image: chaitin/safeline-fvm:4.3.3
|
||||
image: chaitin/safeline-fvm:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
labels:
|
||||
@ -122,7 +127,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.9
|
||||
image: chaitin/safeline-bridge:4.3.3
|
||||
image: chaitin/safeline-bridge:4.4.0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run:/app/run
|
@ -74,7 +74,7 @@ services:
|
||||
image: chaitin/safeline-tengine:latest
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
- ${SAFELINE_DIR}/resources/nginx:/etc/nginx
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/nginx:/var/log/nginx
|
||||
@ -99,6 +99,11 @@ services:
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||
environment:
|
||||
- MGT_IP=${SUBNET_PREFIX}.4
|
||||
depends_on:
|
||||
- safeline-detector
|
||||
- safeline-mgt
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user