Skip to content

Commit

Permalink
chore: update db-start
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 4, 2023
1 parent 1b9f7a8 commit 923c0d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script/docker/db-start.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/bash

# Add these arguments to deliberately slow down the database when working on performance issues
#
# --cpu-period=100000 --cpu-quota=50000 \
#
docker run --name pact-broker-postgres \
-e POSTGRES_PASSWORD=postgres \
-p 5432:5432 \
-v $PWD:/data \
-d postgres:12
-d postgres:14

0 comments on commit 923c0d2

Please sign in to comment.