gyk001
viabtc_exchange_server_docker
Shell

easy run viabtc_exchange_server use docker compose

Last updated Aug 2, 2024
91
Stars
97
Forks
8
Issues
0
Stars/day
Attention Score
37
Language breakdown
No language data available.
Files click to expand
README

Easy startup viabtcexchangeserver with docker

中文

This is docker config to startup viabtcexchange_server simply.

This repo do this things automatic:

  • Startup a ubuntu docker container
  • Prepare requirements environment
  • Build viabtcexchangeserver from sourcecode
  • Set up requirement service( redis kafka mysql...)
  • Startup viabtcexchangeserver service

Screenshots

screenshots

Prepare

  • docker with compose: https://docs.docker.com/compose/install/
> Docker 17.05.0-ce version or newer
  • git: not require, you also can download repo from webpage
  • curl: not require, just for test

Startup

Open a terminal(linux/mac) or cmd(windows)

git clone git@github.com:gyk001/viabtcexchangeserver_docker.git
cd viabtcexchangeserver_docker
docker-compose up

Just wait it startup and then test use curl

curl  http://127.0.0.1:18080/ -d '{"method": "market.list", "params": [], "id": 1516681174}'

All is done, just play it!

Tips: if you don't install git, you can startup it like this

  • Download https://codeload.github.com/gyk001/viabtcexchangeserver_docker/zip/master
  • Extract viabtcexchangeserver_docker-master.zip
  • cd into the target directory
  • run docker-compose up

Donation

Links

  • https://github.com/viabtc/viabtcexchangeserver
  • https://github.com/docker-library/mysql
  • https://github.com/docker-library/redis
  • https://github.com/wurstmeister/kafka-docker
  • https://github.com/s7anley/redis-sentinel-docker
  • https://github.com/vishnubob/wait-for-it
🔗 More in this category

© 2026 GitRepoTrend · gyk001/viabtc_exchange_server_docker · Updated daily from GitHub