diff --git a/docker-compose.yaml b/docker-compose.yaml index 5c752df..4be6df2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -167,12 +167,14 @@ services: - ./data/vectordb:/var/lib/postgresql/data profiles: ["rag", "full"] 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 timeout: 5s retries: 5 networks: - - alfred-net + alfred-net: + aliases: + - db # --- QBITTORENT (Optional) --- qbittorrent: