This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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. |