Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Quick Start

This is the dockerized version of DynFi Manager.

To get started with this project, follow these steps:

  1. Clone the Repository:

    git clone https://git@github.com/DynFi/dynfi-manager-docker.git
    cd dynfi-manager-docker
  2. Start the Services: Run the following command to build and start the containers:

    docker-compose up

    After a brief moment, you should be able to access the application at https://0.0.0.0:9090.

  3. Stopping and Restarting:

    • To stop the containers without removing them, use:
      docker-compose down
    • To start them again, run:
      docker-compose up
  4. Update DynFi Manager:

    • To update the container to use the latest version of DynFi Manager, use:
      git pull
      docker-compose pull dynfi-manager
      docker-compose up -d --no-deps --force-recreate dynfi-manager
  5. Completely Remove the Containers: If you want to remove the containers, networks, and associated data:

    docker-compose down --volumes --remove-orphans

Credits

Special thanks to Themendas for their initial work on dockerizing DynFi Manager.

About

A repository to help users deploy DynFi Manager over docker

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors