1234567891011121314151617181920212223242526272829303132333435363738 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- factorio:
- generate_new_save: true
- load_latest_save: true
- save_name: "_autosave1"
- update_mods_on_start: false
- dlc_space_age: true
- username: ""
- token: ""
- additional_envs: []
- network:
- host_network: false
- game_port:
- bind_mode: published
- port_number: 8080
- rcon_port:
- bind_mode: published
- port_number: 8081
- run_as:
- user: 568
- group: 568
- ix_volumes:
- data: /opt/tests/mnt/factorio/data
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- additional_storage: []
|