问题标签 [convoy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - 如何为 convoy 配置 `require` / `window.$mod.defined` 路径
任何人都知道如何配置 convoy 填充window.$mod.defined
对象的方式?
我的看起来像:
这有一些缺点:
- 我不能用
require('core')
,我必须用require('project-name-dir/src/webapps/subproject-name/core')
。 - 它揭示了我的项目源代码的结构,我在这方面是一个谨慎的人。
我看到 ember 能够使用短名称,但我希望 - 如果可能的话 - 将管道的定义保留在另一个目录(即controllers
:)中,而不是资产的来源。
contacts
我的管道是从附带的示例中复制的ember.js
,稍作修改:
docker - convoy-glusterfs 比纯 glusterfs 有什么好处
我很难看到 glusterfs 与 convoy 相比纯 glusterfs 的好处
我们的起始位置:
- 我们只使用牧场主的车队,没有别的
- 我们为持久数据设置了 glusterfs
无车队设置
- 在每个 docker 主机上挂载 glusterfs 卷
- 使用 docker swarm 创建服务并将它们挂载到主机上的正确目录,该目录在后台托管到 glusterfs
设置车队
- 在 dockerhost 上运行 convoy 守护进程(在后台挂载 glusterfs 卷)
- 使用 docker swarm 创建服务并在 convoy 上附加一个卷
- volume-driver,在后台映射到一个glusterfs目录
那么,当我可以自己在 /etc/fstab 上进行挂载时,启动一个在后台进行挂载的守护进程(convoy)有什么好处