-
Notifications
You must be signed in to change notification settings - Fork 208
Description
I'm trying to get bookstack setup in docker using an external mariaDB instance on another server. However when the container starts the logs seem to indicate that it's waiting for some kind of input and the application never comes up. I've got the following environment variables setup.
DB_HOST
DB_DATABASE
DB_USERNAME
DB_PASSWORD
I'm sure I'm missing something...
5/12/2017 11:07:59 AM Do you really wish to run this command? (yes/no) [no]:
5/12/2017 11:17:04 AM > 2017-05-12T16:17:43.511073944Z wait-for-db: waiting for db.domain.net:3306
5/12/2017 11:17:44 AMwait-for-db: done
5/12/2017 11:17:44 AMDo not run Composer as root/super user! See https://getcomposer.org/root for details
5/12/2017 11:17:44 AM> php -r "!file_exists('bootstrap/cache/services.php') || @Unlink('bootstrap/cache/services.php');"
5/12/2017 11:17:44 AM> php -r "!file_exists('bootstrap/cache/compiled.php') || @Unlink('bootstrap/cache/compiled.php');"
5/12/2017 11:17:44 AMLoading composer repositories with package information
5/12/2017 11:17:44 AMInstalling dependencies (including require-dev) from lock file
5/12/2017 11:17:44 AMNothing to install or update
5/12/2017 11:17:44 AMGenerating autoload files
5/12/2017 11:17:44 AM> Illuminate\Foundation\ComposerScripts::postInstall
5/12/2017 11:17:44 AM> php artisan optimize
5/12/2017 11:17:44 AMGenerating optimized class loader
5/12/2017 11:17:45 AMThe compiled services file has been removed.
5/12/2017 11:17:45 AM> php artisan cache:clear
5/12/2017 11:17:45 AMCache cleared successfully.
5/12/2017 11:17:45 AM> php artisan view:clear
5/12/2017 11:17:46 AMCompiled views cleared!
5/12/2017 11:17:46 AM**************************************
5/12/2017 11:17:46 AM* Application In Production! *
5/12/2017 11:17:46 AM**************************************
5/12/2017 11:17:46 AM
5/12/2017 11:17:46 AM Do you really wish to run this command? (yes/no) [no]: