发布应用 长毛象 Mastodon
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
3e9df88183
commit
487b0f02fc
|
|
@ -72,6 +72,20 @@ additionalProperties:
|
||||||
labelEn: Database encryption primary key
|
labelEn: Database encryption primary key
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
|
- default: ""
|
||||||
|
edit: true
|
||||||
|
envKey: SECRET_KEY_BASE
|
||||||
|
labelZh: 密钥
|
||||||
|
labelEn: Secret key
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
|
- default: ""
|
||||||
|
edit: true
|
||||||
|
envKey: OTP_SECRET
|
||||||
|
labelZh: OTP 密钥
|
||||||
|
labelEn: OTP secret
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
- default: "127.0.0.1"
|
- default: "127.0.0.1"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: DB_HOST
|
envKey: DB_HOST
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,6 @@ services:
|
||||||
- ${MASTODON_ROOT_PATH}/system:/mastodon/public/system
|
- ${MASTODON_ROOT_PATH}/system:/mastodon/public/system
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
healthcheck:
|
|
||||||
test: [ 'CMD-SHELL',"curl -s --noproxy localhost localhost:3000/health | grep -q 'OK' || exit 1" ]
|
|
||||||
|
|
||||||
streaming-mastodon:
|
streaming-mastodon:
|
||||||
image: ghcr.io/mastodon/mastodon-streaming:v4.3.6
|
image: ghcr.io/mastodon/mastodon-streaming:v4.3.6
|
||||||
|
|
@ -40,8 +38,6 @@ services:
|
||||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
healthcheck:
|
|
||||||
test: [ 'CMD-SHELL', "curl -s --noproxy localhost localhost:4000/api/v1/streaming/health | grep -q 'OK' || exit 1" ]
|
|
||||||
|
|
||||||
sidekiq-mastodon:
|
sidekiq-mastodon:
|
||||||
image: ghcr.io/mastodon/mastodon:v4.3.6
|
image: ghcr.io/mastodon/mastodon:v4.3.6
|
||||||
|
|
@ -58,5 +54,3 @@ services:
|
||||||
- ${MASTODON_ROOT_PATH}/system:/mastodon/public/system
|
- ${MASTODON_ROOT_PATH}/system:/mastodon/public/system
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
healthcheck:
|
|
||||||
test: [ 'CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false" ]
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue