From 186be4470135003b8e5dff60dab5a136d527a88f Mon Sep 17 00:00:00 2001 From: Karthikeyan C Date: Wed, 18 Dec 2024 17:31:26 +0530 Subject: [PATCH] use chinook-postgres DDL --- static/relational/postgres/docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/static/relational/postgres/docker-compose.yaml b/static/relational/postgres/docker-compose.yaml index 38ab444..6689461 100644 --- a/static/relational/postgres/docker-compose.yaml +++ b/static/relational/postgres/docker-compose.yaml @@ -10,6 +10,7 @@ services: volumes: - postgres_data:/var/lib/postgresql/data - ./empty-database.sql:/docker-entrypoint-initdb.d/01-empty-database.sql + - ./chinook-postgres.sql:/docker-entrypoint-initdb.d/02-chinook-postgres.sql healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 5s