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

Version Path
cardano_wallet-0.3.22 docker-compose.yml
cardano_wallet-0.3.21 docker-compose.yml
cardano_wallet-0.3.20 docker-compose.yml
cardano_wallet-0.3.19 docker-compose.yml
cardano_wallet-0.3.18 docker-compose.yml
cardano_wallet-0.3.17 docker-compose.yml
cardano_wallet-0.3.16 docker-compose.yml
cardano_wallet-0.3.15 docker-compose.yml
cardano_wallet-0.3.14 docker-compose.yml
cardano_wallet-0.3.12 docker-compose.yml
cardano_wallet-0.3.11 docker-compose.yml
cardano_wallet-0.3.10 docker-compose.yml
cardano_wallet-0.3.9 docker-compose.yml
cardano_wallet-0.3.8 docker-compose.yml
cardano_wallet-0.3.7 docker-compose.yml
cardano_wallet-0.3.6 docker-compose.yml
cardano_wallet-0.3.5 docker-compose.yml
cardano_wallet-0.3.4 docker-compose.yml
cardano_wallet-0.3.3 docker-compose.yml
cardano_wallet-0.3.1 docker-compose-shelley.yml