当前位置:网站首页>Sentry 安装
Sentry 安装
2020-11-07 20:56:00 【Coxhuang】
文章目录
- Docker 安装 Sentry
- #1 环境
- #2 开始
- #2.1 安装Docker
- #2.2 安装依赖
- #2.3 启动
Docker 安装 Sentry
#1 环境
Docker
#2 开始
#2.1 安装Docker
略
#2.2 安装依赖
- 拉取redis
docker pull redis
- 拉取 postsql
docker pull postgres
- 拉取 sentry
docker pull sentry
#2.3 启动
- 启动 redis
docker run -d --name sentry-redis redis
- 启动 postgres
docker run -d --name sentry-postgres -e POSTGRES_PASSWORD=secret -e POSTGRES_USER=sentry postgres
- 启动 sentry
docker run --rm sentry config generate-secret-key
返回一串随机秘钥 : +ga&o_@ctj*hsu91zwdwm4_715+kped+_68sq)ysmvt8(wi+
使用该秘钥进行以下操作 :
# <secret-key> 替换成上一步生成的秘钥 docker run -it --rm -e SENTRY_SECRET_KEY='<secret-key>' --link sentry-postgres:postgres --link sentry-redis:redis sentry upgrade
漫长的等待 …
漫长的等待 …
漫长的等待 …
# <secret-key> 替换成上上一步生成的秘钥 docker run -d -p 9000:9000 --name my-sentry -e SENTRY_SECRET_KEY='<secret-key>' --link sentry-redis:redis --link sentry-postgres:postgres sentry
# <secret-key> 替换成上上上一步生成的秘钥 docker run -d --name sentry-cron -e SENTRY_SECRET_KEY='<secret-key>' --link sentry-postgres:postgres --link sentry-redis:redis sentry run cron
# <secret-key> 替换成上上上上一步生成的秘钥 docker run -d --name sentry-worker-1 -e SENTRY_SECRET_KEY='<secret-key>' --link sentry-postgres:postgres --link sentry-redis:redis sentry run worker
安装完成 !!!
本文参与腾讯云自媒体分享计划,欢迎正在阅读的你也加入,一起分享。
版权声明
本文为[Coxhuang]所创,转载请带上原文链接,感谢
https://cloud.tencent.com/developer/article/1744577
边栏推荐
- easyui dialog“缓存问题”
- Implementation of multi GPU distributed training with horovod in Amazon sagemaker pipeline mode
- Application and principle of handlermethodargumentresolver
- laravel8更新之维护模式改进
- Git code submission operation, and git push prompt failed to push some refs'xxx '
- Web API系列(三)统一异常处理
- Bgfx compilation tutorial
- Insight -- the application of sanet in arbitrary style transfer
- Principles of websocket + probuf
- ECMAScript7规范中的instanceof操作符
猜你喜欢
随机推荐
AC86U kx上网
技术债务是对业务功能缺乏真正的理解 -daverupert.com
华为HCIA笔记
一次公交卡被“盜刷”事件帶來的思考
汇编函数mcall systemstack asmcgocall syscall
The samesite problem of cross domain cookie of Chrome browser results in abnormal access to iframe embedded pages
Thinkphp6中where条件中字段与字段比较条件的写法
Code Review最佳实践
AFO
全网最硬核讲解计算机启动流程
在pandas中使用pipe()提升代码可读性
利用线程通信、解决缓存穿透数据库雪崩
ECMAScript7规范中的instanceof操作符
Adobe Prelude /Pl 2020软件安装包(附安装教程)
Got timeout reading communication packets解决方法
技术总监7年自述——如何选择一家好公司
chrome浏览器跨域Cookie的SameSite问题导致访问iframe内嵌页面异常
What is the relationship between low code vs model driven?
Analysis of kubernetes service types: from concept to practice
[original] the influence of arm platform memory and cache on the real-time performance of xenomai