This is the dockerized version of DynFi Manager.
To get started with this project, follow these steps:
-
Clone the Repository:
git clone https://git@github.com/DynFi/dynfi-manager-docker.git cd dynfi-manager-docker
-
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.
-
Stopping and Restarting:
- To stop the containers without removing them, use:
docker-compose down
- To start them again, run:
docker-compose up
- To stop the containers without removing them, use:
-
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
- To update the container to use the latest version of DynFi Manager, use:
-
Completely Remove the Containers: If you want to remove the containers, networks, and associated data:
docker-compose down --volumes --remove-orphans
Special thanks to Themendas for their initial work on dockerizing DynFi Manager.