Skip to content

Commit

Permalink
use chinook-postgres DDL
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Dec 18, 2024
1 parent b658864 commit 186be44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/relational/postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 186be44

Please sign in to comment.