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

支持手动打包吗?有没有相关的文档? #56

Open
redsonw opened this issue Apr 6, 2023 · 8 comments
Open

支持手动打包吗?有没有相关的文档? #56

redsonw opened this issue Apr 6, 2023 · 8 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@redsonw
Copy link

redsonw commented Apr 6, 2023

如题,Docker不会用,另外一个不知道为什么也使用不了。

@JPmorganA
Copy link

用docker compose呗

version: '3'

services:
app:
container_name: gpteams
image: ghcr.io/astrasurge/gpteams:latest
ports:
- 3002:3002
environment:
FIREBASE_API_KEY:
FIREBASE_AUTH_DOMAIN:
FIREBASE_PROJECT_ID:
FIREBASE_STORAGE_BUCKET:
FIREBASE_MESSAGING_SENDER_ID:
FIREBASE_APP_ID:
FIREBASE_MEASUREMENT_ID:
ROOT_ACCOUNT:
GOOGLE_APPLICATION_CREDENTIALS_JSON : ""

@redsonw
Copy link
Author

redsonw commented Apr 7, 2023

用 docker compose呗

版本: '3'

服务: 应用: container_name: GPS团队 图像: ghcr.io/astrasurge/gpteams:latest 端口: - 3002:3002 环境: FIREBASE_API_KEY: FIREBASE_AUTH_DOMAIN: FIREBASE_PROJECT_ID: FIREBASE_STORAGE_BUCKET: FIREBASE_MESSAGING_SENDER_ID: FIREBASE_APP_ID: FIREBASE_MEASUREMENT_ID: ROOT_ACCOUNT: GOOGLE_APPLICATION_CREDENTIALS_JSON : “”

我用Docker完成了部署,但是出现了问题,账号无法注册等情况邮箱也发不了,google闪退

@JPmorganA
Copy link

上面环境变量要填的项都可以在wiki里找到,环境变量除了最后一个其他的都不要带引号,不然登陆注册跳转的网址也带引号,会导致无法访问从而出现错误

@redsonw
Copy link
Author

redsonw commented Apr 7, 2023

上面环境变量要填的项都可以在wiki里找到,环境变量除了最后一个其他的都不要带引号,不然登陆注册跳转的网址也带引号,会导致无法访问从而出现错误

是的,我就是这么做的!我尝试了好几次,都是这个结果。

@JPmorganA
Copy link

那就不清楚了,我挂着代理注册登陆倒是没有问题,就只有不挂代理的时候注册不了

@redsonw
Copy link
Author

redsonw commented Apr 7, 2023

那就不清楚了,我挂着代理注册登陆倒是没有问题,就只有不挂代理的时候注册不了

后续会出手动打包吗?

@AssassinJJ
Copy link

这不是有Dockerfile文件吗,就可以手动打包啊,把所有文件clone下来就可以了build就好了,不过我试过fork下来用github的workflows打包,结果有时候能成功有时候不能,可能是因为占用的资源太多了

@suikodev suikodev added the help wanted Extra attention is needed label Apr 8, 2023
@suikodev
Copy link
Collaborator

suikodev commented Apr 8, 2023

目前没有精力维护其他的部署方式,抱歉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants