docker-compose: fill real credentials
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
# ============================================
|
|
||||||
# CloudSearch v0.4.0 — 一键部署
|
|
||||||
# 用法: docker compose up -d
|
|
||||||
# ============================================
|
|
||||||
name: cloudsearch
|
name: cloudsearch
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
@@ -10,9 +6,9 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports: ["9527:9527"]
|
ports: ["9527:9527"]
|
||||||
environment:
|
environment:
|
||||||
CORS_ORIGIN: "https://your-domain.com" # ← 改这里
|
CORS_ORIGIN: "https://zy.hk.timxx.cn"
|
||||||
JWT_SECRET: "please-change-this-secret" # ← 改这里
|
JWT_SECRET: "cloudsearch-jwt-secret-2024"
|
||||||
ADMIN_PASSWORD: "please-change-me" # ← 改这里
|
ADMIN_PASSWORD: "0nL5kLhMIJ1121PYmQb25A"
|
||||||
LOG_LEVEL: info
|
LOG_LEVEL: info
|
||||||
REDIS_URL: redis://redis:6379
|
REDIS_URL: redis://redis:6379
|
||||||
PANSOU_URL: http://pansou:8888
|
PANSOU_URL: http://pansou:8888
|
||||||
|
|||||||
Reference in New Issue
Block a user