Skip to content

Commit e379439

Browse files
committed
Merge branch 'erickmarx-main'
2 parents 097f884 + 5f3563e commit e379439

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/scripts/download-necessary-exchange-market-data-for-backtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ URL="https://github.com/iterativv/NostalgiaForInfinityData.git"
99

1010
rm PAIRS_FOR_DOWNLOAD.txt
1111
# docker run -v ".:/running_config" --rm --env-file .github/workflows/scripts/ci-proxy.env \
12-
# freqtradeorg/freqtrade:2025.5 test-pairlist -c /running_config/configs/trading_mode-$TRADING_MODE.json \
12+
# freqtradeorg/freqtrade:stable test-pairlist -c /running_config/configs/trading_mode-$TRADING_MODE.json \
1313
# -c /running_config/configs/pairlist-backtest-static-$EXCHANGE-$TRADING_MODE-usdt.json \
1414
# -c /running_config/configs/exampleconfig.json -1 --exchange $EXCHANGE \
1515
# -c /running_config/configs/blacklist-$EXCHANGE.json|sed -e 's+/+_+g'>>PAIRS_FOR_DOWNLOAD.txt

docker-compose.tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
services:
33
tests:
4-
image: freqtradeorg/freqtrade:2025.5
4+
image: freqtradeorg/freqtrade:stable
55
build:
66
context: .
77
dockerfile: "./docker/Dockerfile.custom"
@@ -83,7 +83,7 @@ services:
8383
> user_data/backtest_results/${STRATEGY_NAME:-NostalgiaForInfinityX6}-${STRATEGY_VERSION:-latest}-${EXCHANGE:-binance}-${TRADING_MODE:-spot}-${TIMERANGE:-20230101-}.txt
8484
8585
plot-dataframe:
86-
image: freqtradeorg/freqtrade:2025.5_plot
86+
image: freqtradeorg/freqtrade:stable_plot
8787
container_name: ${EXCHANGE:-binance}-${TRADING_MODE:-spot}-plot-dataframe
8888
volumes:
8989
- "./user_data:/freqtrade/user_data"
@@ -103,7 +103,7 @@ services:
103103
104104
105105
plot-profit:
106-
image: freqtradeorg/freqtrade:2025.5_plot
106+
image: freqtradeorg/freqtrade:stable_plot
107107
container_name: ${EXCHANGE:-binance}-${TRADING_MODE:-spot}-plot-profit
108108
volumes:
109109
- "./user_data:/freqtrade/user_data"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
x-common-settings:
44
&common-settings
5-
image: freqtradeorg/freqtrade:2025.5
5+
image: freqtradeorg/freqtrade:stable
66
build:
77
context: .
88
dockerfile: "./docker/Dockerfile.custom"

docker/Dockerfile.custom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG sourceimage=freqtradeorg/freqtrade
2-
ARG sourcetag=2025.5
2+
ARG sourcetag=stable
33
FROM ${sourceimage}:${sourcetag}
44
USER root
55

tools/update_nfx_docker_compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
NFI_PATH=
99
ENV_PATH=$NFI_PATH
1010
FREQTRADE_IMAGE_UPDATE=false
11-
FREQTRADE_IMAGE="freqtradeorg/freqtrade:2025.5"
11+
FREQTRADE_IMAGE="freqtradeorg/freqtrade:stable"
1212

1313
### Simple script that does the following:
1414
## 1. Pull NFIX repo

0 commit comments

Comments
 (0)