GithubHelp home page GithubHelp logo

Comments (9)

WongSaang avatar WongSaang commented on June 19, 2024 1

Thank you very much for your feedback! ❤️

This was an image build error caused by forgetting to remove comments in the Dockerfile. I have updated the image and also the docker-compose configuration example in the Readme file.

You can copy the docker-compose configuration again and pull the latest image by running the command docker-compose up --pull always.

手忙脚乱,老兄海涵

from chatgpt-ui.

WongSaang avatar WongSaang commented on June 19, 2024

Hello, this is a bug. I have fixed it in the new version. Please pull the latest image again.

from chatgpt-ui.

101536363 avatar 101536363 commented on June 19, 2024

ok Thanks

from chatgpt-ui.

101536363 avatar 101536363 commented on June 19, 2024

image

Hello, I used your docker-compose under Run services on github to start, but when I entered the account admin password password, Request failed, please try again.

docker-compose.yml

version: '3'
services:
client:
image: wongsaang/chatgpt-ui-client:latest
environment:
- SERVER_DOMAIN=http://backend-web-server
depends_on:
- backend-web-server
ports:
- '80:80'
networks:
- chatgpt_ui_network
backend-asgi-server:
image: wongsaang/chatgpt-ui-asgi-server:latest
environment:
- APP_DOMAIN=locahlost:9000 # The URL of the api server
# - DB_URL=postgres://postgres:postgrespw@localhost:49153/chatgpt # If this parameter is not set, the built-in Sqlite will be used by default. It should be noted that if you do not connect to an external database, the data will be lost after the container is destroyed.
- DJANGO_SUPERUSER_USERNAME=admin # default superuser name
- DJANGO_SUPERUSER_PASSWORD=password # default superuser password
- DJANGO_SUPERUSER_EMAIL=[email protected] # default superuser email
ports:
- '8000:8000'
networks:
- chatgpt_ui_network
backend-web-server:
image: wongsaang/chatgpt-ui-web-server:latest
environment:
- BACKEND_URL=http://backend-asgi-server:8000
ports:
- '9000:80'
depends_on:
- backend-asgi-server
networks:
- chatgpt_ui_network

networks:
chatgpt_ui_network:
driver: bridge

from chatgpt-ui.

101536363 avatar 101536363 commented on June 19, 2024

Trying to log in to http://localhost:9000/admin will return a page not found

from chatgpt-ui.

101536363 avatar 101536363 commented on June 19, 2024

ok 3Q 哈哈哈

from chatgpt-ui.

duanyunlun avatar duanyunlun commented on June 19, 2024

请问这个bug解决了吗?我添加了API-Key依然是返回这个报错

from chatgpt-ui.

WongSaang avatar WongSaang commented on June 19, 2024

from chatgpt-ui.

WongSaang avatar WongSaang commented on June 19, 2024

from chatgpt-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.