tool.conf 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [base]
  2. path = {base}
  3. [zeppelin]
  4. image = zeppelin_simple
  5. port = 10000:8080
  6. volumes = {container}conf/java/zeppelin:/usr/local/zeppelin/conf
  7. command = zeppelin
  8. [apidoc]
  9. volumes = {container}src/apidoc/input:/root/input,{container}web/apidoc:/root/output,{container}src/apidoc/config:/root/config
  10. call = apidoc
  11. #使用dever call tool-apidoc input=demo&out=output来运行,然后可以在宿主机里使用apidoc命令
  12. param = -i /root/input/{$input:demo}/ -o /root/{$out:output} -c /root/config
  13. alias = apidoc
  14. [grafana]
  15. port = 3001:3000
  16. [pan]
  17. port = 9030:80,6800:6800
  18. ;superuser
  19. ;dweb
  20. volumes = {container}share/data/pan:/var/www/html/system/data/default_home_folder
  21. [nextcloud]
  22. port = 8030:80
  23. ;superuser
  24. ;dweb
  25. volumes = {container}share/data/nextcloud:/var/www/html
  26. [nfs]
  27. port = 3001:3000
  28. ;文件共享与管理者
  29. [file_manager]
  30. image = btsync
  31. volumes = {container}share/sync_server:/data
  32. ;获取超级管理权限
  33. ;super = true
  34. ;文件发现 dm run daemon-worker input=A4IDCT5EADNLSWEZ3V5C3ONPGBBGEUDJD
  35. [file_worker]
  36. image = btsync
  37. command = {$input:A4IDCT5EADNLSWEZ3V5C3ONPGBBGEUDJD}
  38. volumes = {container}share/sync_client:/data
  39. ;ftp
  40. [ftp]
  41. image = vsftpd
  42. port = 20:20,21:21,21100-21110:21100-21110
  43. volumes = {container}web/files:/home/vsftpd
  44. environment = FTP_USER=ftpadmin,FTP_PASS=123456