cerebrate-project / cerebrate

Cerebrate is an open-source platform meant to act as a trusted contact information provider and interconnection orchestrator for other security tools.
https://www.cerebrate-project.org/
GNU Affero General Public License v3.0
82 stars 16 forks source link

chg: wait for db before running migrations #79

Closed righel closed 2 years ago

righel commented 2 years ago

add wait-for-it.sh: (https://github.com/vishnubob/wait-for-it) so php migrations do not run before db is up and running.

iglocska commented 2 years ago

Thanks a lot!