12345678910111213141516171819202122232425262728293031323334353637383940 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: UTC
- mempool:
- db_root_password: "mempool"
- db_password: "mempool"
- use_installed_bitcoin_app: true
- external_bitcoind_ip: ""
- bitcoind_rpc_port: 8332
- bitcoind_rpc_user: "truenas"
- bitcoind_rpc_password: "truenas"
- use_installed_electrs_app: true
- external_electrum_ip: ""
- electrum_rpc_port: 50001
- electrum_use_tls: false
- network:
- web_ui_port:
- bind_mode: published
- port_number: 3006
- ix_volumes:
- cache: /opt/tests/mnt/cache
- mariadb_data: /opt/tests/mnt/mariadb_data
- storage:
- cache:
- type: ix_volume
- ix_volume_config:
- dataset_name: cache
- create_host_path: true
- mariadb_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: mariadb_data
- create_host_path: true
|