Fix typo
This commit is contained in:
@@ -21,8 +21,8 @@ db_pool = None
|
|||||||
DB_CONFIG = {
|
DB_CONFIG = {
|
||||||
"host": os.getenv("DB_HOST", "postgres"),
|
"host": os.getenv("DB_HOST", "postgres"),
|
||||||
"port": int(os.getenv("DB_PORT", 5432)),
|
"port": int(os.getenv("DB_PORT", 5432)),
|
||||||
"database": os.getenv("DB_NAME", "tobiichi"),
|
"database": os.getenv("DB_NAME", "tobiichiGPT"),
|
||||||
"user": os.getenv("DB_USER", "tobiichi"),
|
"user": os.getenv("DB_USER", "tobiichi3227"),
|
||||||
"password": os.getenv("DB_PASSWORD", "tobiichi_password")
|
"password": os.getenv("DB_PASSWORD", "tobiichi_password")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -74,6 +74,8 @@ services:
|
|||||||
- "18080:8080"
|
- "18080:8080"
|
||||||
environment:
|
environment:
|
||||||
- NC_DB=pg://postgres:5432?u=tobiichi3227&p=${DB_PASSWORD}&d=tobiichiGPT
|
- NC_DB=pg://postgres:5432?u=tobiichi3227&p=${DB_PASSWORD}&d=tobiichiGPT
|
||||||
|
volumes:
|
||||||
|
- nocodb-data:/usr/app/data
|
||||||
networks:
|
networks:
|
||||||
- tobiichiGPT-network
|
- tobiichiGPT-network
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -88,3 +90,4 @@ networks:
|
|||||||
volumes:
|
volumes:
|
||||||
postgres-data:
|
postgres-data:
|
||||||
openwebui-data:
|
openwebui-data:
|
||||||
|
nocodb-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user