Add central postgres database
This commit is contained in:
6
stacks/postgres/init/entrypoint.sh
Executable file
6
stacks/postgres/init/entrypoint.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
/init/create-service-dbs.sh &
|
||||
|
||||
exec docker-entrypoint.sh postgres
|
||||
Reference in New Issue
Block a user