12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- ci: true
- terraria:
- image_selector: image
- world_seed: ''
- world_name: world
- world_evil: random
- world_size: small
- world_difficulty: normal
- max_players: 8
- password: ''
- secure: false
- force_update: false
- additional_args: []
- additional_envs: []
- network:
- host_network: false
- server_port:
- bind_mode: published
- port_number: 8081
- tshock_api_port:
- bind_mode: published
- port_number: 8082
- ix_volumes:
- config: /opt/tests/mnt/config
- world: /opt/tests/mnt/world
- plugins: /opt/tests/mnt/plugins
- storage:
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- world:
- type: ix_volume
- ix_volume_config:
- dataset_name: world
- create_host_path: true
- plugins:
- type: ix_volume
- ix_volume_config:
- dataset_name: plugins
- create_host_path: true
- additional_storage: []
|