File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 <POSTGRES_USER >person-user</POSTGRES_USER >
8686 <POSTGRES_PASSWORD >person-password</POSTGRES_PASSWORD >
8787 </env >
88+ <!-- Same as liquibase-db: avoid matching initdb bootstrap "ready" too early. -->
8889 <wait >
89- <log >database system is ready to accept connections </log >
90- <time >20000 </time >
90+ <log >listening on IPv4 address "0.0.0.0", port 5432 </log >
91+ <time >120000 </time >
9192 </wait >
9293 </run >
9394 </image >
Original file line number Diff line number Diff line change 6666 <POSTGRES_USER >person-user</POSTGRES_USER >
6767 <POSTGRES_PASSWORD >person-password</POSTGRES_PASSWORD >
6868 </env >
69+ <!-- Do not wait on "database system is ready..." alone: it appears for the
70+ short-lived initdb bootstrap server, then Liquibase can run during restart. -->
6971 <wait >
70- <log >database system is ready to accept connections </log >
71- <time >20000 </time >
72+ <log >listening on IPv4 address "0.0.0.0", port 5432 </log >
73+ <time >120000 </time >
7274 </wait >
7375 </run >
7476 </image >
You can’t perform that action at this time.
0 commit comments