feat:更新细节

This commit is contained in:
okxlin 2023-09-07 23:37:23 +08:00
parent 9df2c1892f
commit 8fcb38719f
15 changed files with 15 additions and 15 deletions

View File

@ -14,12 +14,12 @@
***
- 不可调整参数
- `/var/run/docker.sock`的相关映射
- `/var/lib/docker/volumes:/var/lib/docker/volumes` 存储卷映射
***
- 可调整参数
- `/www/data/1panel-data:/opt` 文件存储映射
- `TZ=Asia/Shanghai` 时区设置
- `1panel` 容器名
- `/var/lib/docker/volumes:/var/lib/docker/volumes` 存储卷映射
***
**架构平台对应镜像**
- amd64

View File

@ -3,7 +3,7 @@ PANEL_APP_PORT_HTTP="40080"
PANEL_APP_PORT_HTTP2="40081"
POSTGRES_PASSWORD="password_xxJdZD"
REDIS_HOST="redis"
REDIS_PASSWORD=""
PANEL_REDIS_ROOT_PASSWORD=""
REDIS_PORT="6379"
SAFELINE_DIR="./data"
SUBNET_PREFIX="169.254.0"

View File

@ -18,7 +18,7 @@ additionalProperties:
type: number
- default: ""
edit: true
envKey: REDIS_PASSWORD
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Redis Service Password
labelZh: Redis服务密码
required: true

View File

@ -80,7 +80,7 @@ services:
- LOG_DIR=/logs/mario
- GOGC=100
- DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-postgres/safeline-ce
- REDIS_URL=redis://:${REDIS_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/0
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/2
cap_drop:
- net_raw
labels:

View File

@ -3,7 +3,7 @@ PANEL_APP_PORT_HTTP="40080"
PANEL_APP_PORT_HTTP2="40081"
POSTGRES_PASSWORD="password_xxJdZD"
REDIS_HOST="redis"
REDIS_PASSWORD=""
PANEL_REDIS_ROOT_PASSWORD=""
REDIS_PORT="6379"
SAFELINE_DIR="./data"
SUBNET_PREFIX="169.254.0"

View File

@ -18,7 +18,7 @@ additionalProperties:
type: number
- default: ""
edit: true
envKey: REDIS_PASSWORD
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Redis Service Password
labelZh: Redis服务密码
required: true

View File

@ -80,7 +80,7 @@ services:
- LOG_DIR=/logs/mario
- GOGC=100
- DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-postgres/safeline-ce
- REDIS_URL=redis://:${REDIS_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/0
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/2
cap_drop:
- net_raw
labels:

View File

@ -3,7 +3,7 @@ PANEL_APP_PORT_HTTP="40080"
PANEL_APP_PORT_HTTP2="40081"
POSTGRES_PASSWORD="password_xxJdZD"
REDIS_HOST="redis"
REDIS_PASSWORD=""
PANEL_REDIS_ROOT_PASSWORD=""
REDIS_PORT="6379"
SAFELINE_DIR="./data"
SUBNET_PREFIX="169.254.0"

View File

@ -18,7 +18,7 @@ additionalProperties:
type: number
- default: ""
edit: true
envKey: REDIS_PASSWORD
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Redis Service Password
labelZh: Redis服务密码
required: true

View File

@ -82,7 +82,7 @@ services:
- LOG_DIR=/logs/mario
- GOGC=100
- DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-postgres/safeline-ce
- REDIS_URL=redis://:${REDIS_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/0
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/2
cap_drop:
- net_raw
labels:

View File

@ -3,7 +3,7 @@ PANEL_APP_PORT_HTTP="40080"
PANEL_APP_PORT_HTTP2="40081"
POSTGRES_PASSWORD="password_xxJdZD"
REDIS_HOST="redis"
REDIS_PASSWORD=""
PANEL_REDIS_ROOT_PASSWORD=""
REDIS_PORT="6379"
SAFELINE_DIR="./data"
SUBNET_PREFIX="169.254.0"

View File

@ -18,7 +18,7 @@ additionalProperties:
type: number
- default: ""
edit: true
envKey: REDIS_PASSWORD
envKey: PANEL_REDIS_ROOT_PASSWORD
labelEn: Redis Service Password
labelZh: Redis服务密码
required: true

View File

@ -82,7 +82,7 @@ services:
- LOG_DIR=/logs/mario
- GOGC=100
- DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-postgres/safeline-ce
- REDIS_URL=redis://:${REDIS_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/0
- REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${REDIS_HOST}:${REDIS_PORT}/2
cap_drop:
- net_raw
labels:

View File

@ -13,7 +13,7 @@ additionalProperties:
shortDescEn: An open source cloud storage system with privacy protection and teamwork features
type: tool
crossVersionUpdate: true
limit: 0
limit: 1
recommend: 0
website: https://www.seafile.com
github: https://github.com/haiwen/seafile

View File

@ -13,7 +13,7 @@ additionalProperties:
shortDescEn: A spreadsheet/database like Airtable
type: tool
crossVersionUpdate: true
limit: 0
limit: 1
recommend: 0
website: https://seatable.cn
github: https://github.com/seatable/seatable