fix: fixed vectordb loneliness

This commit is contained in:
2026-01-05 09:05:08 +01:00
parent adfe36be0b
commit 21b52fbe87

View File

@@ -167,12 +167,14 @@ services:
- ./data/vectordb:/var/lib/postgresql/data - ./data/vectordb:/var/lib/postgresql/data
profiles: ["rag", "full"] profiles: ["rag", "full"]
healthcheck: healthcheck:
test: [ "CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-alfred} -d ${POSTGRES_DB_NAME:-alfred}" ] test: [ "CMD-SHELL", "pg_isready -U $${POSTGRES_USER:-alfred} -d $${POSTGRES_DB_NAME:-alfred}" ]
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 5 retries: 5
networks: networks:
- alfred-net alfred-net:
aliases:
- db
# --- QBITTORENT (Optional) --- # --- QBITTORENT (Optional) ---
qbittorrent: qbittorrent: