Skip to content

Commit 0866248

Browse files
committed
Dev setup fix: we don't have umami in development
Database initialization failed, instead we'll explicitly only add the PGSS initialization.
1 parent 58f281f commit 0866248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
- .env.development
66
volumes:
77
- db-data:/var/lib/postgresql
8-
- ./deploy/postgres/init:/docker-entrypoint-initdb.d:ro
8+
- ./deploy/postgres/init/01_pg_stat_statements.sql:/docker-entrypoint-initdb.d/01_pg_stat_statements.sql:ro
99
ports:
1010
- "15432:5432"
1111
command:

0 commit comments

Comments
 (0)