1
0

feat:更新长亭雷池6.0.3

This commit is contained in:
okxlin
2024-06-06 21:51:59 +08:00
parent bd144d5226
commit beb926a2ab
12 changed files with 28 additions and 60 deletions

View File

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

View File

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

View File

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