Added postgres
This commit is contained in:
parent
eb679767df
commit
8d11fda61c
10
postgres/run.sh
Executable file
10
postgres/run.sh
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker run --rm \
|
||||||
|
--name postgres \
|
||||||
|
--network unitservices \
|
||||||
|
-e POSTGRES_PASSWORD=placeholder \
|
||||||
|
--publish 5432:5432/tcp \
|
||||||
|
postgres
|
||||||
|
|
||||||
|
# TODO: After testing is done, the published port can be removed
|
Loading…
Reference in New Issue
Block a user