From 2c470f77a5b3dc87d36441f78b3339ed5230c901 Mon Sep 17 00:00:00 2001 From: lewis Date: Sat, 7 Mar 2026 17:18:37 +0200 Subject: [PATCH] fix: lewis shameful mistake on prod compose vol --- docker-compose.prod.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.prod.yaml b/docker-compose.prod.yaml index 2027298..64c24fb 100644 --- a/docker-compose.prod.yaml +++ b/docker-compose.prod.yaml @@ -54,7 +54,8 @@ services: POSTGRES_PASSWORD: "CHANGE-ME" POSTGRES_DB: pds volumes: - - postgres_data:/var/lib/postgresql/data + # In memory of @mrrp.lol when Lewis had "/data" here and the account got nuked on restart including rotation key :( + - postgres_data:/var/lib/postgresql healthcheck: test: ["CMD-SHELL", "pg_isready -U tranquil_pds -d pds"] interval: 10s