1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: UTC
- monero:
- pruned: true
- publicly_available: false
- dns_blocklist: true
- logging: true
- additional_flags: []
- ipv6_enabled: true
- tor_connections_enabled: false
- tor_ip: ""
- tor_port: 9150
- i2p_connections_enabled: false
- i2p_ip: ""
- i2p_port: 4447
- routing: clearnet
- tor_inbound_connections_enabled: false
- tor_inbound_address: ""
- i2p_inbound_connections_enabled: false
- i2p_inbound_address: ""
- network:
- host_network: false
- monerod_p2p_port:
- bind_mode: published
- port_number: 18080
- monerod_rpc_port:
- bind_mode: ""
- port_number: 18081
- monerod_restricted_rpc_port:
- bind_mode: published
- port_number: 18089
- monerod_zmq_rpc_port:
- bind_mode: ""
- port_number: 18082
- monerod_zmq_pub_port:
- bind_mode: ""
- port_number: 18083
- tor_inbound_port:
- bind_mode: ""
- port_number: 18084
- i2p_inbound_port:
- bind_mode: ""
- port_number: 18085
- ix_volumes:
- bitmonero: /opt/tests/mnt/bitmonero
- storage:
- bitmonero:
- type: ix_volume
- ix_volume_config:
- dataset_name: bitmonero
- create_host_path: true
- additional_storage: []
|