
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这段话即可:
请先阅读并遵守:https://xuanyuan.cloud/agents.md
未读文档前不要生成 pull 命令或排错方案。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Production-ready Docker image for running open.INC Stack on top of Parse Server.
@openinc/parse-server-opendash package preinstalledcloud/ directoryThis image is built on Docker Hardened Images (DHI) Node.js base images.
dhi.io/node:25-alpine3.23-devdhi.io/node:25-alpine3.23nodeThis helps reduce runtime *** surface and follows container hardening best practices.
openinc/parse-server-opendash:latestopeninc/parse-server-opendash:<version>bashdocker run -d \ --name parse-server-opendash \ -p 1337:80 \ -e PARSE_SERVER_APPLICATION_ID=openinc \ -e PARSE_SERVER_MASTER_KEY=change-me \ -e PARSE_SERVER_DATABASE_URI=mongodb://user:pass@mongo:27017/db \ -e PARSE_SERVER_URL=http://localhost:1337/parse \ -e PARSE_PUBLIC_SERVER_URL=http://localhost:1337/parse \ openinc/parse-server-opendash:latest
Parse API endpoint:
texthttp://localhost:1337/parse
yamlservices: parse: image: openinc/parse-server-opendash:latest container_name: parse-server-opendash restart: unless-stopped ports: - "1337:80" environment: PARSE_SERVER_APPLICATION_ID: openinc PARSE_SERVER_MASTER_KEY: change-me PARSE_SERVER_DATABASE_URI: mongodb://mongo:27017/parse PARSE_SERVER_URL: http://localhost:1337/parse PARSE_PUBLIC_SERVER_URL: http://localhost:1337/parse PARSE_SERVER_APP_NAME: openinc depends_on: - mongo mongo: image: mongo:7 container_name: mongo restart: unless-stopped volumes: - mongo_data:/data/db volumes: mongo_data:
PARSE_SERVER_APPLICATION_IDPARSE_SERVER_MASTER_KEYPARSE_SERVER_DATABASE_URIPARSE_SERVER_URLPARSE_PUBLIC_SERVER_URLPARSE_SERVER_APP_NAME (default: openinc)PORT (container default: 80)Enable S3 adapter by setting:
PARSE_FILES_S3_ENDPOINTPARSE_FILES_S3_BUCKET_NAMEPARSE_FILES_S3_BASE_URLPARSE_FILES_S3_ACCESS_KEYPARSE_FILES_S3_SECRET_KEYThe following variables are supported by @openinc/parse-server-opendash configuration:
| Environment Variable | Example Value |
|---|---|
| OPENINC_PARSE_APP_COPYRIGHT_LINK | [***] |
| OPENINC_PARSE_APP_COPYRIGHT_TEXT | Powered by open.INC |
| OPENINC_PARSE_APP_DATA_PROTECTION_URL | [***] |
| OPENINC_PARSE_APP_IMPRINT_URL | [***] |
| OPENINC_PARSE_APP_NOTIFICATIONS_PER_EMAIL | false |
| OPENINC_PARSE_APP_TITLE | open.DASH |
| OPENINC_PARSE_APP_TOS_URL | [***] |
| OPENINC_PARSE_APP_URL | / |
| Environment Variable | Example Value |
|---|---|
| OPENINC_PARSE_AUTH_ALLOW_PASSWORDLESS_LOGIN | false |
| OPENINC_PARSE_AUTH_ALLOW_PASSWORDLESS_SIGNUP | false |
| OPENINC_PARSE_AUTH_ALLOW_USERNAME | false |
| OPENINC_PARSE_AUTH_PASSWORD_MIN_LENGTH | 8 |
| OPENINC_PARSE_AUTH_SIGNUP_ENABLED | false |
| OPENINC_PARSE_AUTH_SIGNUP_REQUIRE_TENANT | false |
| OPENINC_PARSE_AUTH_VERIFY_EMAIL | false |
| OPENINC_PARSE_AUTH_VERIFY_TENANT | false |
| Environment Variable | Example Value |
|---|---|
| OPENINC_PARSE_CHANGELOG_BLACKLIST | _Session,_Installation |
| OPENINC_PARSE_CHANGELOG_PUBLISH_ENABLE | false |
| OPENINC_PARSE_CHANGELOG_PUBLISH_EXCHANGE | amq.topic |
| OPENINC_PARSE_CHANGELOG_PUBLISH_HOST | rabbitmq |
| OPENINC_PARSE_CHANGELOG_PUBLISH_MANAGEMENT_PORT | *** |
| OPENINC_PARSE_CHANGELOG_PUBLISH_PASSWORD | openinc |
| OPENINC_PARSE_CHANGELOG_PUBLISH_PORT | 5672 |
| OPENINC_PARSE_CHANGELOG_PUBLISH_TOPIC_PREFIX | config |
| OPENINC_PARSE_CHANGELOG_PUBLISH_USERNAME | openinc |
| OPENINC_PARSE_CHANGELOG_PUBLISH_VHOST | configuration |
| Environment Variable | Example Value |
|---|---|
| OPENINC_PARSE_CLOUDCODE_AUTOLOAD_DIR | ./cloud-custom |
| OPENINC_PARSE_EMAIL_TEMPLATE_DIR | views/emails |
| OPENINC_PARSE_ENABLED_PACKAGES | @openinc/parse-server-opendash |
| OPENINC_PARSE_ENFORCE_APP_URL | false |
| Environment Variable | Example Value |
|---|---|
| OPENINC_PARSE_FEATURE_BDE | false |
| OPENINC_PARSE_FEATURE_CORE | true |
| OPENINC_PARSE_FEATURE_GTFS | false |
| OPENINC_PARSE_FEATURE_KNOWLEDGE | true |
| OPENINC_PARSE_FEATURE_MAINTENANCE | true |
| OPENINC_PARSE_FEATURE_MIAAS | false |
| OPENINC_PARSE_FEATURE_MONITORING | true |
| OPENINC_PARSE_FORCE_DELETE_CLASS | false |
| OPENINC_PARSE_FORCE_SCHEMA | false |
| Environment Variable | Example Value |
|---|---|
| OPENINC_PARSE_GEO_GOOGLE_API_KEY | your-google-api-key |
| OPENINC_PARSE_GEO_GOOGLE_ENABLED | false |
| OPENINC_PARSE_GEO_GRAPHHOPPER_API_KEY | your-graphhopper-api-key |
| OPENINC_PARSE_GEO_GRAPHHOPPER_ENABLED | false |
| OPENINC_PARSE_GEO_GRAPHHOPPER_HOST | [***] |
| OPENINC_PARSE_GEO_VECTOR_STYLE | default |
| Environment Variable | Example Value |
|---|---|
| OPENINC_PARSE_SMTP_ENABLED | false |
| OPENINC_PARSE_SMTP_FROM | *** |
| OPENINC_PARSE_SMTP_HOST | smtp.example.com |
| OPENINC_PARSE_SMTP_IGNORE_TLS | false |
| OPENINC_PARSE_SMTP_PASS | your-smtp-password |
| OPENINC_PARSE_SMTP_PORT | 465 |
| OPENINC_PARSE_SMTP_SECURE | true |
| OPENINC_PARSE_SMTP_USER | *** |
| Environment Variable | Example Value |
|---|---|
| OPENINC_PARSE_WEB_PUSH_ENABLED | false |
| OPENINC_PARSE_WEB_PUSH_FCM_KEY | your-fcm-key |
| OPENINC_PARSE_WEB_PUSH_HOST | mailto:*** |
| OPENINC_PARSE_WEB_PUSH_ICON | [***] |
| OPENINC_PARSE_WEB_PUSH_VAPID_PRIVATE_KEY | your-vapid-private-key |
| OPENINC_PARSE_WEB_PUSH_VAPID_PUBLIC_KEY | your-vapid-public-key |
| Environment Variable | Example Value |
|---|---|
| PARSE_SERVER_OPENWARE | false |
| PARSE_SERVER_OPENWARE_BASEURL | [***] |
| PARSE_SERVER_OPENWARE_JWT_ADMIN_EMAIL | *** |
| PARSE_SERVER_OPENWARE_JWT_ISS | open.INC GmbH |
| PARSE_SERVER_OPENWARE_JWT_SECRET | your-jwt-secret |
| PARSE_SERVER_OPENWARE_JWT_TOKEN | your-jwt-token |
| Environment Variable | Example Value |
|---|---|
| MICROSOFT_APP_ID | ***-2222-3333-4444-555555555555 |
| MICROSOFT_CLIENT_ID | ***-2222-3333-4444-555555555555 |
| MICROSOFT_CLIENT_SECRET | your-microsoft-client-secret |
| MICROSOFT_TENANT_ID | ***-2222-3333-4444-555555555555 |
For descriptions and dependencies of these variables, see:
80 (example host mapping uses 1337).您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务