From 24df6054eaeca07ae6f8f6af299f9a821ca905e3 Mon Sep 17 00:00:00 2001 From: jmanczak Date: Thu, 30 Apr 2026 17:53:59 +0200 Subject: [PATCH] patch postgres mount location/type this stops the db instances from being anonymous and from not persevering between compose up-downs (i think?) --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 1b3fde9..bda05b5 100644 --- a/compose.yaml +++ b/compose.yaml @@ -21,7 +21,7 @@ services: ports: - 5432:5432 volumes: - - pg_volume:/var/lib/postgresql/data:rw + - pg_volume:/var/lib/postgresql stop_grace_period: 120s environment: POSTGRES_USER: mnemo