Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

✨ Added docker build support #270

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

raftersvk
Copy link
Contributor

it took me quite some time to get all dependencies for freqtrade and MGM working but at least here is a base to start with.
you need to run it from inside the folder where you cloned the MGM development branch.

be careful : building the docker images takes quite some time (especially on Raspberry Pi), resulting in a 1.6G image

@raftersvk
Copy link
Contributor Author

here are the commands to make it work :

  1. docker-compose build
  2. docker-compose up -d

before launching the 2nd command you need to make sure that your config files are available inside the user_data directory (both mgm-config.json and mgm-config-private.json)

@Rikj000 Rikj000 changed the title MGM docker build ✨ Added docker build support Mar 19, 2022
@Rikj000 Rikj000 added Feature - New New feature or pull request In Progress This is being worked on labels Mar 19, 2022
@Rikj000 Rikj000 added this to In Progress in MoniGoMani - Global Development Progress via automation Mar 19, 2022
@Rikj000 Rikj000 added this to the v1.0.0 milestone Mar 19, 2022
@Rikj000 Rikj000 self-requested a review March 19, 2022 13:36
@Rikj000 Rikj000 linked an issue Mar 19, 2022 that may be closed by this pull request
@Rikj000
Copy link
Owner

Rikj000 commented Mar 19, 2022

Linking to PR: #212

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature - New New feature or pull request In Progress This is being worked on
Development

Successfully merging this pull request may close these issues.

✨ Bring back docker support
2 participants