From 1b1dd79d7f4dd9ed364cf5a77143f35c6122862e Mon Sep 17 00:00:00 2001 From: Mikko Ohtamaa Date: Thu, 15 Dec 2022 16:28:22 +0100 Subject: [PATCH] Remove legacy executors --- docker-compose.yml | 68 ++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1d410138a..a47a3b476 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,39 +3,41 @@ # version: "3.9" services: - pancake_8h_momentum: - container_name: pancake_8h_momentum - image: ghcr.io/tradingstrategy-ai/trade-executor:${TRADE_EXECUTOR_VERSION} - ports: - # Mapped in reverse proxy Caddyfile - - "127.0.0.1:19001:3456" - volumes: - # Save the strategy execution state in the local filesystem - - ./state:/usr/src/trade-executor/state - # Cache the dataset downloads in the local filesystem - - ./cache:/usr/src/trade-executor/cache - env_file: - # Generated by configurations/pancake_8h_momentum.sh - - ~/pancake_8h_momentum.env - # What we pass to tradexecutor.cli.main application - command: start - - quickswap-momentum: - container_name: quickswap-momentum - image: ghcr.io/tradingstrategy-ai/trade-executor:${TRADE_EXECUTOR_VERSION} - ports: - # Mapped in reverse proxy Caddyfile - - "127.0.0.1:19002:3456" - volumes: - # Save the strategy execution state in the local filesystem - - ./state:/usr/src/trade-executor/state - # Cache the dataset downloads in the local filesystem - - ./cache:/usr/src/trade-executor/cache - env_file: - # Generated by configurations/quickswap-momentum.sh - - ~/quickswap-momentum.env - # What we pass to tradexecutor.cli.main application - command: start +# Legacy executors +# +# pancake_8h_momentum: +# container_name: pancake_8h_momentum +# image: ghcr.io/tradingstrategy-ai/trade-executor:${TRADE_EXECUTOR_VERSION} +# ports: +# # Mapped in reverse proxy Caddyfile +# - "127.0.0.1:19001:3456" +# volumes: +# # Save the strategy execution state in the local filesystem +# - ./state:/usr/src/trade-executor/state +# # Cache the dataset downloads in the local filesystem +# - ./cache:/usr/src/trade-executor/cache +# env_file: +# # Generated by configurations/pancake_8h_momentum.sh +# - ~/pancake_8h_momentum.env +# # What we pass to tradexecutor.cli.main application +# command: start +# +# quickswap-momentum: +# container_name: quickswap-momentum +# image: ghcr.io/tradingstrategy-ai/trade-executor:${TRADE_EXECUTOR_VERSION} +# ports: +# # Mapped in reverse proxy Caddyfile +# - "127.0.0.1:19002:3456" +# volumes: +# # Save the strategy execution state in the local filesystem +# - ./state:/usr/src/trade-executor/state +# # Cache the dataset downloads in the local filesystem +# - ./cache:/usr/src/trade-executor/cache +# env_file: +# # Generated by configurations/quickswap-momentum.sh +# - ~/quickswap-momentum.env +# # What we pass to tradexecutor.cli.main application +# command: start pancake-eth-usd-sma: container_name: pancake-eth-usd-sma