Update data
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
POSTGRES_USER: tobiichi3227
|
||||
POSTGRES_PASSWORD: ${DB_PASSWORD}
|
||||
volumes:
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
- /mnt/data/External/tobiichiGPT/db_data:/var/lib/postgresql/data
|
||||
networks:
|
||||
- tobiichiGPT-network
|
||||
healthcheck:
|
||||
@@ -34,7 +34,7 @@ services:
|
||||
- DB_USER=tobiichi3227
|
||||
- DB_PASSWORD=${DB_PASSWORD}
|
||||
volumes:
|
||||
- ./api:/app
|
||||
- /mnt/data/External/tobiichiGPT/api_data:/app
|
||||
working_dir: /app
|
||||
command: >
|
||||
sh -c "
|
||||
@@ -58,7 +58,7 @@ services:
|
||||
- DATABASE_URL=postgresql://tobiichi3227:${DB_PASSWORD}@postgres:5432/tobiichiGPT
|
||||
- WEBUI_AUTH=True
|
||||
volumes:
|
||||
- openwebui-data:/app/backend/data
|
||||
- /mnt/data/External/tobiichiGPT/ui_data:/app/backend/data
|
||||
networks:
|
||||
- tobiichiGPT-network
|
||||
depends_on:
|
||||
@@ -88,6 +88,4 @@ networks:
|
||||
name: tobiichiGPT-network # 固定網路名稱,讓 proxy stack 可以連接
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
openwebui-data:
|
||||
nocodb-data:
|
||||
|
||||
Reference in New Issue
Block a user