Skip to content

Instantly share code, notes, and snippets.

View nuaimat's full-sized avatar

Mo Nuaimat nuaimat

View GitHub Profile
@nuaimat
nuaimat / gist:3712e0e8090f00c7e53661d6f5ec20dc
Created June 6, 2021 10:48
how to Use Rikj000 branch in your MGM docker
git clone https://github.com/Rikj000/freqtrade.git
mv ./freqtrade/ ./Freqtrade-Rikj000/ && cd ./Freqtrade-Rikj000/
git checkout hyperopt-show-include-non-optimized-in-json
git reset --hard
inside docker-compose.yml
comment out:
image: freqtradeorg/freqtrade:stable
and uncomment (PS: don't use any ./docker/Dockerfile.* if the first line is FROM freqtradeorg/freqtrade:develop):
$docker run --name postgres -e POSTGRES_PASSWORD=blabla -v /var/containers/postgres/data:/var/lib/postgresql/data -p 5432:5432 docker-alpine-postgres:latest
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.