update readme

This commit is contained in:
Rafi
2023-02-28 15:15:12 +08:00
parent bd35c21e2f
commit 122704737a

View File

@@ -47,7 +47,7 @@ services:
backend-asgi-server: backend-asgi-server:
image: wongsaang/chatgpt-ui-asgi-server:latest image: wongsaang/chatgpt-ui-asgi-server:latest
environment: environment:
- APP_URL=http://locahlost:9000 # The URL of the api server - 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. # - 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_USERNAME=admin # default superuser name
- DJANGO_SUPERUSER_PASSWORD=password # default superuser password - DJANGO_SUPERUSER_PASSWORD=password # default superuser password