Explorar el Código

FD3-774 agregamos mysql.host.env al docker de supervisord.

Maximiliano Schvindt hace 6 años
padre
commit
d5b7cae8f1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tools/src/Release.php

+ 2 - 1
tools/src/Release.php

@@ -755,7 +755,8 @@ class Release extends Command
             ->addEnv_file("running.env")
             ->addEnv_file($host_env_file)
             ->addEnv_file("stats.host.env")
-            ->addEnv_file("stats.oauth.env");
+            ->addEnv_file("stats.oauth.env")
+            ->addEnv_file("mysql.host.env");
     }
 
     function addMySql(FileFormat2 $composer, $config = array())