Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F111892
docker-entrypoint.sh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
302 B
Referenced Files
None
Subscribers
None
docker-entrypoint.sh
View Options
#!/bin/ash
set
-e
echo
"-- Waiting for database..."
while
! pg_isready -U
${
DB_USER
:-
pleroma
}
-d postgres://
${
DB_HOST
:-
db
}
:
${
DB_PORT
:-
5432
}
/
${
DB_NAME
:-
pleroma
}
-t
1
;
do
sleep 1s
done
echo
"-- Running migrations..."
$HOME
/bin/pleroma_ctl migrate
echo
"-- Starting!"
exec
$HOME
/bin/pleroma start
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 21, 11:37 PM (2 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38631
Default Alt Text
docker-entrypoint.sh (302 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment