aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/scripts.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/scripts.sh b/tools/scripts.sh
new file mode 100644
index 0000000..9d05cd0
--- /dev/null
+++ b/tools/scripts.sh
@@ -0,0 +1,3 @@
+start_db() {
+ docker run -d --name secd-db -e POSTGRES_PASSWORD=p4ssw0rd -e POSTGRES_USER=secduser -e POSTGRES_DB=secd -p 5419:5432 postgres:12 -c log_statement=all
+}