basic-values.yaml 616 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. factorio:
  6. generate_new_save: true
  7. load_latest_save: true
  8. save_name: "_autosave1"
  9. update_mods_on_start: false
  10. dlc_space_age: true
  11. username: ""
  12. token: ""
  13. additional_envs: []
  14. network:
  15. host_network: false
  16. game_port:
  17. bind_mode: published
  18. port_number: 8080
  19. rcon_port:
  20. bind_mode: published
  21. port_number: 8081
  22. run_as:
  23. user: 568
  24. group: 568
  25. ix_volumes:
  26. data: /opt/tests/mnt/factorio/data
  27. storage:
  28. data:
  29. type: ix_volume
  30. ix_volume_config:
  31. dataset_name: data
  32. create_host_path: true
  33. additional_storage: []