Commit
·
6137618
1
Parent(s):
b91e515
remove node db creation
Browse files
docker-entrypoint-wrapper.sh
CHANGED
@@ -23,10 +23,6 @@ fi
|
|
23 |
echo "Starting PostgreSQL..."
|
24 |
pg_ctl -D /data/postgresql/data -o "-c listen_addresses='*' -c unix_socket_directories='/data/postgresql/run'" start
|
25 |
|
26 |
-
# Create the 'node' database if it doesn't exist
|
27 |
-
# echo "Creating 'node' database if it doesn't exist..."
|
28 |
-
# createdb -h localhost node || true
|
29 |
-
|
30 |
# Wait for PostgreSQL to be ready
|
31 |
echo "Waiting for PostgreSQL to be ready..."
|
32 |
until pg_isready -h localhost; do
|
|
|
23 |
echo "Starting PostgreSQL..."
|
24 |
pg_ctl -D /data/postgresql/data -o "-c listen_addresses='*' -c unix_socket_directories='/data/postgresql/run'" start
|
25 |
|
|
|
|
|
|
|
|
|
26 |
# Wait for PostgreSQL to be ready
|
27 |
echo "Waiting for PostgreSQL to be ready..."
|
28 |
until pg_isready -h localhost; do
|