Skip to content

A repo that composes all of the ddex services into a working application

Notifications You must be signed in to change notification settings

Stow-protocol/stow-ddex-compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stow DDex Compose

This repository allows you to run the and watch the whole ddex stack in one fell swoop.

Installation Steps

This repository requires you to have local versions of docker and git. If you don't get on that.

  1. Run chmod +x ./initialize.sh
  2. Run ./initialize.sh to download application repositories
  3. Add a NPM_TOKEN environment variable to your shell with a valid @linniaprotocol npm as its value
  4. Choose which environment you want to run from the .env files, then rename that file to .env
  5. If choosing .env.local, make sure you have a local testnet running at port 7545 with the contracts deployed
  6. Run docker-compose up

And you should be good to go!

Configuring your containers

To change the ports that each of the services run at, change the leftmost number of the ports property in the corresponding service in the docker-compose.yml. For all other configurations, change the .env file itself.

About

A repo that composes all of the ddex services into a working application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.0%
  • Dockerfile 38.3%
  • Shell 20.7%