docker-compose: fill real credentials

This commit is contained in:
2026-05-18 06:00:14 +08:00
parent 6f20c662eb
commit 8da99d6861

View File

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