dynfi/dynfi-manager

By dynfi

Updated 9 months ago

Official repository for DynFi Manager

Image
Networking
Security
Monitoring & observability
1

7.2K

dynfi/dynfi-manager repository overview

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://[email protected]/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. 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.

Tag summary

Content type

Image

Digest

sha256:b410efda8

Size

210 MB

Last updated

9 months ago

docker pull dynfi/dynfi-manager