mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 05:12:19 +08:00
feat:更新长亭雷池6.0.1
This commit is contained in:
parent
9182e58bc1
commit
5f08fa327c
@ -1,5 +1,6 @@
|
||||
CONTAINER_NAME="safeline"
|
||||
PANEL_APP_PORT_HTTP="40080"
|
||||
PANEL_APP_PORT_CHAOS="23333"
|
||||
POSTGRES_PASSWORD="password_xxJdZD"
|
||||
SAFELINE_DIR="./data"
|
||||
SUBNET_PREFIX="172.18.0"
|
@ -16,6 +16,14 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23333
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_CHAOS
|
||||
labelEn: Chaos Port
|
||||
labelZh: Chaos 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: SAFELINE_DIR
|
@ -6,7 +6,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.234
|
||||
image: chaitin/safeline-mgt:5.6.2
|
||||
image: chaitin/safeline-mgt:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||
@ -32,7 +32,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.235
|
||||
image: chaitin/safeline-detector:5.6.2
|
||||
image: chaitin/safeline-detector:6.0.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||
@ -48,7 +48,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.236
|
||||
image: chaitin/safeline-mario:5.6.2
|
||||
image: chaitin/safeline-mario:6.0.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||
@ -67,7 +67,7 @@ services:
|
||||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:5.6.2
|
||||
image: chaitin/safeline-tengine:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
@ -90,7 +90,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.237
|
||||
image: chaitin/safeline-luigi:5.6.2
|
||||
image: chaitin/safeline-luigi:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||
@ -112,7 +112,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.238
|
||||
image: chaitin/safeline-fvm:5.6.2
|
||||
image: chaitin/safeline-fvm:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
logging:
|
||||
@ -128,7 +128,7 @@ services:
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.239
|
||||
image: chaitin/safeline-bridge:5.6.2
|
||||
image: chaitin/safeline-bridge:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run:/app/run
|
||||
@ -167,6 +167,22 @@ services:
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-chaos:
|
||||
container_name: ${CONTAINER_NAME}-chaos
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.240
|
||||
image: chaitin/safeline-chaos:6.0.1
|
||||
logging:
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "5"
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_CHAOS:-23333}:23333
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
@ -1,5 +1,6 @@
|
||||
CONTAINER_NAME="safeline"
|
||||
PANEL_APP_PORT_HTTP="40080"
|
||||
PANEL_APP_PORT_CHAOS="23333"
|
||||
POSTGRES_PASSWORD="password_xxJdZD"
|
||||
SAFELINE_DIR="./data"
|
||||
SUBNET_PREFIX="172.18.0"
|
||||
|
@ -16,6 +16,14 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23333
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_CHAOS
|
||||
labelEn: Chaos Port
|
||||
labelZh: Chaos 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: SAFELINE_DIR
|
||||
|
@ -167,6 +167,22 @@ services:
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-chaos:
|
||||
container_name: ${CONTAINER_NAME}-chaos
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
ipv4_address: ${SUBNET_PREFIX}.240
|
||||
image: chaitin/safeline-chaos:latest
|
||||
logging:
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "5"
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_CHAOS:-23333}:23333
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
@ -1,5 +1,6 @@
|
||||
CONTAINER_NAME="safeline"
|
||||
PANEL_APP_PORT_HTTP="40080"
|
||||
PANEL_APP_PORT_CHAOS="23333"
|
||||
POSTGRES_PASSWORD="password_xxJdZD"
|
||||
SAFELINE_DIR="./data"
|
||||
SUBNET_PREFIX="169.254.0"
|
@ -16,6 +16,14 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23333
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_CHAOS
|
||||
labelEn: Chaos Port
|
||||
labelZh: Chaos 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: SAFELINE_DIR
|
@ -7,7 +7,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.4
|
||||
image: chaitin/safeline-mgt:5.6.2
|
||||
image: chaitin/safeline-mgt:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/mgt:/app/data
|
||||
@ -34,7 +34,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.5
|
||||
image: chaitin/safeline-detector:5.6.2
|
||||
image: chaitin/safeline-detector:6.0.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/logs/detector:/logs/detector
|
||||
@ -51,7 +51,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.6
|
||||
image: chaitin/safeline-mario:5.6.2
|
||||
image: chaitin/safeline-mario:6.0.1
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/mario:/resources/mario
|
||||
- ${SAFELINE_DIR}/logs/mario:/logs/mario
|
||||
@ -70,7 +70,7 @@ services:
|
||||
safeline-tengine:
|
||||
container_name: ${CONTAINER_NAME}-tengine
|
||||
restart: always
|
||||
image: chaitin/safeline-tengine:5.6.2
|
||||
image: chaitin/safeline-tengine:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
@ -94,7 +94,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.7
|
||||
image: chaitin/safeline-luigi:5.6.2
|
||||
image: chaitin/safeline-luigi:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||
@ -117,7 +117,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.8
|
||||
image: chaitin/safeline-fvm:5.6.2
|
||||
image: chaitin/safeline-fvm:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
logging:
|
||||
@ -134,7 +134,7 @@ services:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.9
|
||||
image: chaitin/safeline-bridge:5.6.2
|
||||
image: chaitin/safeline-bridge:6.0.1
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run:/app/run
|
||||
@ -174,6 +174,23 @@ services:
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-chaos:
|
||||
container_name: ${CONTAINER_NAME}-chaos
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.10
|
||||
image: chaitin/safeline-chaos:6.0.1
|
||||
logging:
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "5"
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_CHAOS:-23333}:23333
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
@ -1,5 +1,6 @@
|
||||
CONTAINER_NAME="safeline"
|
||||
PANEL_APP_PORT_HTTP="40080"
|
||||
PANEL_APP_PORT_CHAOS="23333"
|
||||
POSTGRES_PASSWORD="password_xxJdZD"
|
||||
SAFELINE_DIR="./data"
|
||||
SUBNET_PREFIX="169.254.0"
|
@ -16,6 +16,14 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 23333
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_CHAOS
|
||||
labelEn: Chaos Port
|
||||
labelZh: Chaos 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./data
|
||||
edit: true
|
||||
envKey: SAFELINE_DIR
|
||||
|
@ -174,6 +174,23 @@ services:
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
safeline-chaos:
|
||||
container_name: ${CONTAINER_NAME}-chaos
|
||||
restart: always
|
||||
networks:
|
||||
1panel-network:
|
||||
safeline-ce:
|
||||
ipv4_address: ${SUBNET_PREFIX}.10
|
||||
image: chaitin/safeline-chaos:latest
|
||||
logging:
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "5"
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_CHAOS:-23333}:23333
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
Loading…
Reference in New Issue
Block a user