|
@@ -1001,7 +1001,9 @@ class Release extends Command
|
|
|
->addEnv_file("host.env")
|
|
|
->addEnv_file("dhcp.host.env")
|
|
|
->addEnviroment("AMQP_KEY", "dhcp")
|
|
|
- ->addVolumes("./dhcp/", "/opt/dhcp");
|
|
|
+ ->addVolumes("./dhcp/", "/opt/dhcp")
|
|
|
+ ->addVolumes("./kea/conf", "/opt/dhcp/web/kea")
|
|
|
+ ;
|
|
|
|
|
|
$composer
|
|
|
->addService("ftth_command_worker")
|