|
@@ -652,7 +652,12 @@ class Release extends Command
|
|
|
->addPorts("1813:1813/udp")
|
|
|
->addPorts("3799:3799/udp")
|
|
|
->addEnv_file("mysql." . $host_env_file)
|
|
|
- ->addEnv_file($module . "." . $host_env_file);
|
|
|
+ ->addEnv_file($module . "." . $host_env_file)
|
|
|
+ ->addVolumes("./extra/freeradius/wsdl/code/", "/var/www/html/")
|
|
|
+ ->addVolumes("./extra/freeradius/etc/cron.d", "/etc/cron.d")
|
|
|
+ ->addVolumes("./extra/freeradius/etc/freeradius", "/etc/freeradius")
|
|
|
+ ->addVolumes("./extra/freeradius/etc/supervisor/conf.d", "/etc/supervisor/conf.d")
|
|
|
+ ;
|
|
|
$this->writeVariablesEnviroment($module . "." . $host_env_file, $module,
|
|
|
array(
|
|
|
"MYSQL_HOST" => "mysql",
|