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