From bf8161a7fbfc022b0cd87214345c5826c1da4e22 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 14 Jun 2025 18:11:58 +0200 Subject: [PATCH] Add volume configuration for PostgreSQL service in Docker Compose --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 0510259..04838ec 100644 --- a/compose.yaml +++ b/compose.yaml @@ -37,3 +37,5 @@ services: image: postgres:17 container_name: musik_postgres env_file: stack.env + volumes: + - /docker/musik/postgres:/var/lib/postgresql/data