Add 'backend/' from commit '040cfd7a75423d4e6136e58a67b40579af4ee966'
git-subtree-dir: backend git-subtree-mainline:ab911955edgit-subtree-split:040cfd7a75
This commit is contained in:
9
backend/start-infrastructure.sh
Normal file
9
backend/start-infrastructure.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run \
|
||||
--cap-add SYS_PTRACE \
|
||||
-e 'POSTGRES_USER=sa' \
|
||||
-e 'POSTGRES_PASSWORD=P@ssword123!' \
|
||||
-p 5432:5432 \
|
||||
--name postgres \
|
||||
-d postgres:latest
|
||||
Reference in New Issue
Block a user