Skip to content

platypus-project/developer-edition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Setup TheGraph and Uniswap webclient

  1. Change postgres user and password in postgres and graph-node service

    environment:
      POSTGRES_USER: <postgres_user>
      POSTGRES_PASSWORD: <postgres_password>
  2. (Optional) Change ethereum url in graph-node service

    ethereum: 'mainnet:https://rpc1.piccadilly.autonity.org/'
  3. Change webclient image in webclient-uniswap and pluto-landing service

    webclient-uniswap:
        image: <webclient_image_url>
    ...
    pluto-landing:
        image: <pluto_landing_image_url>
  4. Run in terminal

        docker compose up -d

This docker-compose.yml will deploy TheGraph node with ipfs and postgres, and uniswap webclient.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors