docker run -d --restart=always --name sentry-cron \ -e SENTRY_SECRET_KEY='秘钥' \ --link sentry-postgres:postgres --link sentry-redis:redis sentry:9.0 run cron
docker run -d --restart=always --name sentry-worker-1 \ -e SENTRY_SECRET_KEY='秘钥' \ --link sentry-postgres:postgres --link sentry-redis:redis sentry:9.0 run worker
注意事项
内存不足将会安装中断
1 2 3 4 5 6 7 8 9 10 11 12 13
# 正常安装完成信息 Would you like to create a user account now? [Y/n]: y Email: Password: Repeat for confirmation: Should this user be a superuser? [y/N]: y User created: sacgog@aliyun.com Added to organization: sentry - Loading initial data for sentry. Installed 0 object(s) from 0 fixture(s) Running migrations for nodestore: - Migrating forwards to 0001_initial. > nodestore:0001_initial