Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

求更新aipan-netdisk-search 镜像 #64

Open
wipoman opened this issue Nov 9, 2024 · 9 comments
Open

求更新aipan-netdisk-search 镜像 #64

wipoman opened this issue Nov 9, 2024 · 9 comments

Comments

@wipoman
Copy link

wipoman commented Nov 9, 2024

aipan-netdisk-search 镜像找不到了,建议重新上传,直接通过 compose 部署,这样避免编译出错,省事一些,谢谢

@unilei
Copy link
Owner

unilei commented Nov 10, 2024

DockerHub: unilei/aipan-netdisk-search
我已经上传到DockerHub里面了

docker run -e ADMIN_USER="your_admin_user" \
           -e ADMIN_PASSWORD="your_admin_password" \
           -e ADMIN_EMAIL="[email protected]" \
           -e JWT_SECRET="your_jwt_secret_key" \
           -e DATABASE_URL="postgresql://your_db_user:your_db_password@your_db_host:your_db_port/your_database" \
           -e DATABASE_SCHEMA="public" \
           -e SHADOW_DATABASE_URL="postgresql://your_shadow_db_user:your_shadow_db_password@your_shadow_db_host:your_shadow_db_port/your_shadow_database" \
           -p 3000:3000 username/imagename:tag

这里记住

  -e SHADOW_DATABASE_URL="postgresql://your_shadow_db_user:your_shadow_db_password@your_shadow_db_host:your_shadow_db_port/your_shadow_database" \

如果有就写,没有就不写。

还有DATABASE_SCHEMA如果没有自定义一般都是public,如果自定义了一定写自己定义的

@star2k
Copy link

star2k commented Nov 10, 2024

PixPin_2024-11-11_05-53-57
还不支持x86

@unilei
Copy link
Owner

unilei commented Nov 11, 2024

image

unilei/aipan-netdisk-search:amd64
可以用这个

@star2k
Copy link

star2k commented Nov 11, 2024

image
部署amd64后,下面内容页,一闪而过,无法显示
,且后台无法通过composed文件中设置的邮箱密码登陆,求助!

@unilei
Copy link
Owner

unilei commented Nov 12, 2024

网站的inspect里面有报错吗

@star2k
Copy link

star2k commented Nov 12, 2024

网站的inspect里面有报错吗

image
1处不填没事吧,下面好像是报错信息,供参考

@unilei
Copy link
Owner

unilei commented Nov 12, 2024

1处必须要填写的,那是数据库信息

@star2k
Copy link

star2k commented Nov 12, 2024

1处必须要填写的,那是数据库信息

这个数据库信息,如何获取,创建镜像之前,直接docker-ce中没相关信息啊?

@unilei
Copy link
Owner

unilei commented Nov 12, 2024

1处必须要填写的,那是数据库信息

这个数据库信息,如何获取,创建镜像之前,直接docker-ce中没相关信息啊?

数据库是自己创建的,使用的是postgres数据库

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants