From 12c45e6c1594cdafbe39a079d1c3cd3606c28718 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sat, 12 Apr 2025 21:57:04 +0200 Subject: [PATCH] move timescaledb to scratch --- docker-compose.timescaledb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.timescaledb.yaml b/docker-compose.timescaledb.yaml index 86d76cc..28f3790 100644 --- a/docker-compose.timescaledb.yaml +++ b/docker-compose.timescaledb.yaml @@ -9,4 +9,4 @@ services: - 6543:5432 restart: unless-stopped volumes: - - /opt/timescaledb:/var/lib/postgresql/data + - /media/scratch/timescaledb:/var/lib/postgresql/data