Advertisement
PalleA

ESPHOME - Synology Container Manager export

Oct 9th, 2023 (edited)
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. {
  2. "CapAdd" : null,
  3. "CapDrop" : null,
  4. "cmd" : "dashboard /config",
  5. "cpu_priority" : 50,
  6. "enable_publish_all_ports" : false,
  7. "enable_restart_policy" : false,
  8. "enable_service_portal" : null,
  9. "enabled" : true,
  10. "env_variables" : [
  11. {
  12. "key" : "PATH",
  13. "value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  14. },
  15. {
  16. "key" : "LANG",
  17. "value" : "C.UTF-8"
  18. },
  19. {
  20. "key" : "LC_ALL",
  21. "value" : "C.UTF-8"
  22. },
  23. {
  24. "key" : "PLATFORMIO_GLOBALLIB_DIR",
  25. "value" : "/piolibs"
  26. },
  27. {
  28. "key" : "USERNAME",
  29. "value" : "Admin"
  30. },
  31. {
  32. "key" : "PASSWORD",
  33. "value" : "Hemmeligt"
  34. },
  35. {
  36. "key" : "ESPHOME_DASHBOARD_USE_PING",
  37. "value" : "true"
  38. }
  39. ],
  40. "exporting" : false,
  41. "id" : "b1e85b23ffb1c4b5aaa91a47cc2a742063588f386dcf283d166c2e68b3a5de90",
  42. "image" : "esphome/esphome:latest",
  43. "is_ddsm" : false,
  44. "is_package" : false,
  45. "labels" : {},
  46. "links" : [],
  47. "memory_limit" : 0,
  48. "name" : "esphome",
  49. "network" : [
  50. {
  51. "driver" : "bridge",
  52. "name" : "bridge"
  53. }
  54. ],
  55. "network_mode" : "bridge",
  56. "port_bindings" : [
  57. {
  58. "container_port" : 6052,
  59. "host_port" : 6052,
  60. "type" : "tcp"
  61. }
  62. ],
  63. "privileged" : false,
  64. "service_portals" : [],
  65. "shortcut" : {
  66. "enable_shortcut" : false,
  67. "enable_status_page" : false,
  68. "enable_web_page" : false,
  69. "web_page_url" : ""
  70. },
  71. "use_host_network" : false,
  72. "version" : 2,
  73. "volume_bindings" : [
  74. {
  75. "host_volume_file" : "/docker/esphome/config",
  76. "is_directory" : true,
  77. "mount_point" : "/config",
  78. "type" : "rw"
  79. }
  80. ]
  81. }
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement