From f17d267336ed0a344cd3cb6b5b8f7ad4405f87b2 Mon Sep 17 00:00:00 2001 From: Arthur Arthur Date: Sun, 15 Mar 2026 15:21:47 +0100 Subject: [PATCH] fix: postgres container volume --- compose.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 881478f..c19588f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -30,7 +30,7 @@ services: POSTGRES_USER: myuser POSTGRES_DB: pathtoglory volumes: - - pgdata:/home/arthur/sources/node/pathtoglory/postgresql/data + - ./postgres:/var/lib/postgresql healthcheck: test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"] interval: 1s @@ -66,5 +66,4 @@ networks: driver: bridge volumes: - pgdata: rss-data: