diff --git a/config/pathdb/settings.php b/config/pathdb/settings.php index 0ecc2e1b..1aa7ffd3 100755 --- a/config/pathdb/settings.php +++ b/config/pathdb/settings.php @@ -777,5 +777,5 @@ # if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) { # include $app_root . '/' . $site_path . '/settings.local.php'; # } -$config_directories['sync'] = '../config/sync'; +$config_directories['sync'] = '/data/pathdb/config/sync'; $settings['file_private_path'] = '/data/pathdb/files';$databases['default']['default'] = array ( 'database' => 'QuIP', 'username' => 'root', 'password' => '', 'prefix' => '', 'host' => 'localhost', 'port' => '', 'namespace' => 'Drupal\Core\Database\Driver\mysql', 'driver' => 'mysql',);$settings['hash_salt'] = '3163ca60-e485-41d7-80e6-d91788978ca9'; diff --git a/quip-pathdb.yml b/quip-pathdb.yml index 5b037d0f..19e551e3 100644 --- a/quip-pathdb.yml +++ b/quip-pathdb.yml @@ -53,7 +53,7 @@ services: logging: driver: none pathdb: - build: "https://github.com/SBU-BMI/PathDB.git#1.0.9" + build: "https://github.com/SBU-BMI/PathDB.git#1.0.10" container_name: quip-pathdb restart: unless-stopped ports: ["443:443","80:80"] @@ -66,7 +66,7 @@ services: command: - /config/pathdb_pre.sh imageloader: - build: "https://github.com/SBU-BMI/ImageLoader.git#develop" + build: "https://github.com/SBU-BMI/ImageLoader.git#1.1.0" container_name: quip-imageloader volumes: - ./data:/data/