配置信息
All checks were successful
Build docker and publish / prepare (20.15.1) (push) Successful in 3s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.api image_name:ppanel-api name:api]) (push) Successful in 8m6s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.queue image_name:ppanel-queue name:queue]) (push) Successful in 4m7s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.admin image_name:ppanel-admin name:admin]) (push) Successful in 4m11s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.node image_name:ppanel-node name:node]) (push) Successful in 4m11s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.rpc-core image_name:ppanel-rpc-core name:rpc-core]) (push) Successful in 8m12s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.scheduler image_name:ppanel-scheduler name:scheduler]) (push) Successful in 4m9s
Build docker and publish / deploy (push) Successful in 41s
Build docker and publish / notify (push) Successful in 2s
All checks were successful
Build docker and publish / prepare (20.15.1) (push) Successful in 3s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.api image_name:ppanel-api name:api]) (push) Successful in 8m6s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.queue image_name:ppanel-queue name:queue]) (push) Successful in 4m7s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.admin image_name:ppanel-admin name:admin]) (push) Successful in 4m11s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.node image_name:ppanel-node name:node]) (push) Successful in 4m11s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.rpc-core image_name:ppanel-rpc-core name:rpc-core]) (push) Successful in 8m12s
Build docker and publish / build (map[dockerfile:deploy/Dockerfile.scheduler image_name:ppanel-scheduler name:scheduler]) (push) Successful in 4m9s
Build docker and publish / deploy (push) Successful in 41s
Build docker and publish / notify (push) Successful in 2s
This commit is contained in:
parent
20c87d79ea
commit
54d4ebd54c
@ -4,7 +4,7 @@ PPANEL_TAG=latest
|
||||
# 如果密码包含 $,请写成 $$,避免被 docker compose 当成变量展开
|
||||
MYSQL_DSN=root:replace-with-db-password@tcp(mysql:3306)/ppanel?charset=utf8mb4&parseTime=true
|
||||
REDIS_HOST=redis:6379
|
||||
REDIS_PASS=
|
||||
REDIS_PASS= kP9#vR2$mX7
|
||||
|
||||
JWT_SECRET=replace-with-strong-secret
|
||||
JWT_ADMIN_SECRET=replace-with-strong-secret
|
||||
|
||||
@ -15,6 +15,9 @@ services:
|
||||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
env_file:
|
||||
- ./.env
|
||||
command: ["redis-server", "--appendonly", "yes", "--requirepass", "${REDIS_PASS:?REDIS_PASS is required}"]
|
||||
ports:
|
||||
- "6379:6379"
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user