Update readme

This commit is contained in:
Rafi
2023-02-28 14:26:29 +08:00
parent 0e5aeddffa
commit c2705e5f2a

View File

@@ -47,6 +47,7 @@ services:
backend-asgi-server:
image: wongsaang/chatgpt-ui-asgi-server:latest
environment:
- APP_URL=http://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