feat:更新长亭雷池6.0.3
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
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,14 +16,6 @@ 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
|
||||
|
||||
@@ -72,6 +72,7 @@ services:
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
- ${SAFELINE_DIR}/resources/nginx:/etc/nginx
|
||||
- ${SAFELINE_DIR}/resources/detector:/resources/detector
|
||||
- ${SAFELINE_DIR}/resources/chaos:/resources/chaos
|
||||
- ${SAFELINE_DIR}/logs/nginx:/var/log/nginx
|
||||
- ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
|
||||
environment:
|
||||
@@ -177,8 +178,8 @@ services:
|
||||
options:
|
||||
max-size: "100m"
|
||||
max-file: "5"
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_CHAOS:-23333}:23333
|
||||
volumes:
|
||||
- ${SAFELINE_DIR}/resources/chaos:/app/chaos
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user