java8-vanilla-values.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: America/New_York
  6. minecraft:
  7. image_selector: j8_image
  8. eula: true
  9. version: 1.16.5
  10. type: VANILLA
  11. motd: A Minecraft Server
  12. difficulty: normal
  13. mode: survival
  14. server_name: Minecraft Server
  15. max_players: 10
  16. max_world_size: 10000
  17. allow_nether: true
  18. announce_player_achievements: true
  19. enable_command_block: true
  20. force_game_mode: false
  21. generate_structures: true
  22. hardcore: false
  23. max_build_height: 256
  24. spawn_animals: true
  25. spawn_monsters: true
  26. spawn_npcs: true
  27. spawn_protection: 16
  28. view_distance: 10
  29. pvp: true
  30. level_type: minecraft:default
  31. allow_flight: true
  32. online_mode: true
  33. max_tick_time: 60000
  34. enable_rcon: false
  35. rcon_password: ''
  36. seed: null
  37. ops: []
  38. whitelist: []
  39. additional_envs: []
  40. network:
  41. host_network: false
  42. server_port:
  43. bind_mode: published
  44. port_number: 8080
  45. rcon_port:
  46. bind_mode: published
  47. port_number: 25575
  48. additional_ports:
  49. - bind_mode: published
  50. port_number: 8100
  51. container_port: 8100
  52. protocol: tcp
  53. run_as:
  54. user: 568
  55. group: 568
  56. ix_volumes:
  57. data: /opt/tests/mnt/data
  58. storage:
  59. data:
  60. type: ix_volume
  61. ix_volume_config:
  62. dataset_name: data
  63. create_host_path: true
  64. additional_storage:
  65. - type: anonymous
  66. mount_path: /scratchpad
  67. volume_config:
  68. nocopy: true