From b012ea267d2f5da8c4a0fecaceaddf62cda68d26 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Mon, 1 Sep 2025 09:21:14 +0200 Subject: [PATCH] reorder timescaledb compose file --- compose.timescaledb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.timescaledb.yaml b/compose.timescaledb.yaml index addf41b..09b5f9a 100644 --- a/compose.timescaledb.yaml +++ b/compose.timescaledb.yaml @@ -1,10 +1,10 @@ services: timescaledb: container_name: timescaledb + image: timescale/timescaledb:2.17.2-pg17 environment: - POSTGRES_USER=${TIMESCALEDB_USER:?} - POSTGRES_PASSWORD=${TIMESCALEDB_PASSWORD:?} - image: timescale/timescaledb:2.17.2-pg17 ports: - 6543:5432 restart: unless-stopped