
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
Table of Contents
POSTGRES_PASSWORDPOSTGRES_USERPOSTGRES_DBPOSTGRES_HOSTPOSTGRES_PORTMaintained by:
https://github.com/skyra-project
Where to get help:
the Skyra Lounge *** server
Where to file issues:
https://github.com/skyra-project/skyra/issues
Source of this description:
https://github.com/skyra-project/skyra/blob/main/assets/docker-hub/GRPC.md (https://github.com/skyra-project/skyra/commits/main/assets/docker-hub/GRPC.md)
yamlversion: '2.4' services: grpc: image: skyrabot/grpc:latest container_name: 'skyra-grpc' depends_on: - postgres environment: - POSTGRES_HOST=postgres ports: - '8291:80' postgres: container_name: postgres image: skyrabot/postgres:latest restart: always ports: - '5432:5432' volumes: - postgres-data:/var/lib/postgresql/data
https://raw.githubusercontent.com/play-with-docker/stacks/master/assets/images/button.png](http://play-with-docker.com/?stack=https://raw.githubusercontent.com/skyra-project/skyra/main/assets/docker-hub/playwithdocker-grpc-stack.yml)
Both the GRPC and PostgreSQL images use several environment variables that you can configure.
POSTGRES_PASSWORDThis optional environment variable is used for the $POSTGRES_USER to connect to the database. If it is not specified, then the default password of postgres will be used.
POSTGRES_USERThis optional environment variable is used in conjunction with POSTGRES_PASSWORD to set a user and its password. This variable will create the specified user with superuser power and a database with the same name. If it is not specified, then the default user of postgres will be used.
POSTGRES_DBThis optional environment variable can be used to define a different name for the default database that is created when the image is first started. If it is not specified, then the value of skyra will be used.
POSTGRES_HOSTThis optional environment variable is only for the skyrabot/grpc image and can be used to define a different host for the where the database runs relative to the GRPC serivce. If it is not specified, then the value of localhost will be used.
POSTGRES_PORTThis optional environment variable is only for the skyrabot/grpc image and can be used to define a different port for the where the database runs relative to the GRPC serivce. If it is not specified, then the value of 5432 will be used.
Skyra Project is open source and always will be, even if we don't get ***s. That said, we know there are amazing people who may still want to donate just to show their appreciation. Thanks you very much in advance!
We accept ***s through Patreon, ***, ***, and ***. You can use the buttons below to donate through your method of choice.
| Donate With | QR | Address |
|---|---|---|
| Patreon | Click Here | |
| *** | Click Here | |
| *** | *** | |
| *** | *** | |
| *** | MNVT1keYGMfGp7vWmcYjCS8ntU8LNvjnqM |
Thanks goes to these wonderful people (emoji key):
| https://github.com/kyranet ️️️️♿️ 🔊 https://github.com/skyra-project/wardrobe/issues?q=author%3Akyranet https://github.com/skyra-project/wardrobe/commits?author=kyranet 🎨 https://github.com/skyra-project/wardrobe/commits?author=kyranet 🤔 🚇 🚧 📦 📆 💬 https://github.com/skyra-project/wardrobe/pulls?q=is%3Apr+reviewed-by%3Akyranet 🛡️ https://github.com/skyra-project/wardrobe/commits?author=kyranet 🌍 | Jeroen Claassens ️️️️♿️ 🔊 https://github.com/skyra-project/wardrobe/issues?q=author%3AFavna https://github.com/skyra-project/wardrobe/commits?author=Favna 🎨 https://github.com/skyra-project/wardrobe/commits?author=Favna 🤔 🚇 🚧 📦 📆 💬 https://github.com/skyra-project/wardrobe/pulls?q=is%3Apr+reviewed-by%3AFavna 🛡️ https://github.com/skyra-project/wardrobe/commits?author=Favna 🌍 | https://github.com/apps/dependabot 🚧 | https://github.com/apps/depfu 🚧 | https://github.com/apps/allcontributors https://github.com/skyra-project/wardrobe/commits?author=allcontributors[bot] |
This project follows the https://github.com/all-contributors/all-contributors specification. Contributions of any kind welcome!
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务