File tree Expand file tree Collapse file tree 4 files changed +3
-184
lines changed
Expand file tree Collapse file tree 4 files changed +3
-184
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ ARG DEPENDENCIES=" \
88 ca-certificates \
99 vim \
1010 gettext \
11+ wait-for-it \
1112 redis-server \
1213 postgresql-17-pgvector \
1314 postgresql-17-age"
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ mkdir -p /opt/maxkb/data/postgresql
44echo " PostgreSQL starting..."
55docker-entrypoint.sh postgres -c max_connections=${POSTGRES_MAX_CONNECTIONS} &
66sleep 10
7- /usr/bin/ wait-for-it.sh 127.0.0.1:5432 --timeout=120 --strict -- echo " PostgreSQL started."
7+ wait-for-it 127.0.0.1:5432 --timeout=120 --strict -- echo " PostgreSQL started."
Original file line number Diff line number Diff line change 1010echo " Redis starting..."
1111redis-server /opt/maxkb/conf/redis.conf &
1212sleep 5
13- /usr/bin/ wait-for-it.sh 127.0.0.1:6379 --timeout=60 --strict -- echo " Redis started."
13+ wait-for-it 127.0.0.1:6379 --timeout=60 --strict -- echo " Redis started."
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments