Sha256: dc41e6141f66030ae089c22cc4b94946146fdf0c99ccf3c5caa43924dc167f39
Contents?: true
Size: 790 Bytes
Versions: 21
Compression:
Stored size: 790 Bytes
Contents
version: "3.5" services: cardano-node: image: inputoutput/cardano-node:${NODE} volumes: - ~/node-db-nightly-docker:/data - node-ipc:/ipc - ${NODE_CONFIG_PATH}:/config command: run --socket-path /ipc/node.socket --config /config/${NETWORK}-config.json --topology /config/${NETWORK}-topology.json --database-path /data restart: on-failure cardano-wallet: image: inputoutput/cardano-wallet:${WALLET} volumes: - wallet-shelley-db:/wallet-db - node-ipc:/ipc - ${NODE_CONFIG_PATH}:/config ports: - 8090:8090 command: serve --testnet /config/${NETWORK}-byron-genesis.json --node-socket /ipc/node.socket --database /wallet-db --listen-address 0.0.0.0 restart: on-failure volumes: wallet-shelley-db: node-ipc:
Version data entries
21 entries across 21 versions & 1 rubygems