From 7fe25ed5def5ab6903cdb9281732f815b25e719c Mon Sep 17 00:00:00 2001 From: david-hummingbot Date: Thu, 20 Apr 2023 22:24:14 +0800 Subject: [PATCH 1/2] add quotes to max-file value --- autostart_hummingbot_compose/docker-compose.yml | 2 +- hummingbot_gateway_broker_compose/docker-compose.yml | 2 +- hummingbot_gateway_compose/docker-compose.yml | 2 +- multiple_hummingbot_gateway_compose/docker-compose.yml | 4 ++-- simple_hummingbot_compose/docker-compose.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/autostart_hummingbot_compose/docker-compose.yml b/autostart_hummingbot_compose/docker-compose.yml index 31bacc4..65ab841 100644 --- a/autostart_hummingbot_compose/docker-compose.yml +++ b/autostart_hummingbot_compose/docker-compose.yml @@ -20,7 +20,7 @@ services: driver: "json-file" options: max-size: "10m" - max-file: 5 + max-file: "5" tty: true stdin_open: true network_mode: host diff --git a/hummingbot_gateway_broker_compose/docker-compose.yml b/hummingbot_gateway_broker_compose/docker-compose.yml index addd726..c5c77c2 100644 --- a/hummingbot_gateway_broker_compose/docker-compose.yml +++ b/hummingbot_gateway_broker_compose/docker-compose.yml @@ -18,7 +18,7 @@ services: driver: "json-file" options: max-size: "10m" - max-file: 5 + max-file: "5" tty: true stdin_open: true network_mode: host diff --git a/hummingbot_gateway_compose/docker-compose.yml b/hummingbot_gateway_compose/docker-compose.yml index e15e33e..3bf7f4f 100644 --- a/hummingbot_gateway_compose/docker-compose.yml +++ b/hummingbot_gateway_compose/docker-compose.yml @@ -18,7 +18,7 @@ services: driver: "json-file" options: max-size: "10m" - max-file: 5 + max-file: "5" tty: true stdin_open: true network_mode: host diff --git a/multiple_hummingbot_gateway_compose/docker-compose.yml b/multiple_hummingbot_gateway_compose/docker-compose.yml index 77c4073..6e42515 100644 --- a/multiple_hummingbot_gateway_compose/docker-compose.yml +++ b/multiple_hummingbot_gateway_compose/docker-compose.yml @@ -18,7 +18,7 @@ services: driver: "json-file" options: max-size: "10m" - max-file: 5 + max-file: "5" tty: true stdin_open: true network_mode: host @@ -41,7 +41,7 @@ services: driver: "json-file" options: max-size: "10m" - max-file: 5 + max-file: "5" tty: true stdin_open: true network_mode: host diff --git a/simple_hummingbot_compose/docker-compose.yml b/simple_hummingbot_compose/docker-compose.yml index 33148ce..ac4ea17 100644 --- a/simple_hummingbot_compose/docker-compose.yml +++ b/simple_hummingbot_compose/docker-compose.yml @@ -16,7 +16,7 @@ services: driver: "json-file" options: max-size: "10m" - max-file: 5 + max-file: "5" tty: true stdin_open: true network_mode: host From d9b493fd9d669076e0d92ab165b4312a08249981 Mon Sep 17 00:00:00 2001 From: david-hummingbot Date: Thu, 11 May 2023 01:55:38 +0800 Subject: [PATCH 2/2] changes to docker-compose files --- autostart_hummingbot_compose/docker-compose.yml | 8 ++++---- hummingbot_gateway_broker_compose/docker-compose.yml | 2 -- hummingbot_gateway_compose/docker-compose.yml | 2 ++ multiple_hummingbot_gateway_compose/docker-compose.yml | 4 ++++ 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/autostart_hummingbot_compose/docker-compose.yml b/autostart_hummingbot_compose/docker-compose.yml index e6ca284..9f9d43c 100644 --- a/autostart_hummingbot_compose/docker-compose.yml +++ b/autostart_hummingbot_compose/docker-compose.yml @@ -11,10 +11,10 @@ services: - "./hummingbot_files/data:/home/hummingbot/data" - "./hummingbot_files/scripts:/home/hummingbot/scripts" - "./hummingbot_files/certs:/home/hummingbot/certs" -# environment: -# - CONFIG_PASSWORD=[password] -# - CONFIG_FILE_NAME=simple_pmm_example.py -# - CONFIG_FILE_NAME=conf_pure_mm_1.yml + # environment: + # - CONFIG_PASSWORD=[password] + # - CONFIG_FILE_NAME=simple_pmm_example.py + # - CONFIG_FILE_NAME=conf_pure_mm_1.yml logging: driver: "json-file" options: diff --git a/hummingbot_gateway_broker_compose/docker-compose.yml b/hummingbot_gateway_broker_compose/docker-compose.yml index c5c77c2..95a6e15 100644 --- a/hummingbot_gateway_broker_compose/docker-compose.yml +++ b/hummingbot_gateway_broker_compose/docker-compose.yml @@ -3,7 +3,6 @@ services: hummingbot: container_name: "hummingbot" image: hummingbot/hummingbot:latest - # image: hummingbot/hummingbot:latest-arm volumes: - "./hummingbot_files/conf:/conf" - "./hummingbot_files/conf/connectors:/conf/connectors" @@ -26,7 +25,6 @@ services: gateway: container_name: "gateway" image: hummingbot/gateway:latest - # image: hummingbot/gateway:latest-arm ports: - "15888:15888" - "8080:8080" diff --git a/hummingbot_gateway_compose/docker-compose.yml b/hummingbot_gateway_compose/docker-compose.yml index f7f8552..83e1658 100644 --- a/hummingbot_gateway_compose/docker-compose.yml +++ b/hummingbot_gateway_compose/docker-compose.yml @@ -11,6 +11,8 @@ services: - "./hummingbot_files/data:/home/hummingbot/data" - "./hummingbot_files/scripts:/home/hummingbot/scripts" - "./hummingbot_files/certs:/home/hummingbot/certs" + # environment: + # - CONFIG_PASSWORD=[password] logging: driver: "json-file" options: diff --git a/multiple_hummingbot_gateway_compose/docker-compose.yml b/multiple_hummingbot_gateway_compose/docker-compose.yml index 3377fcd..4df06ba 100644 --- a/multiple_hummingbot_gateway_compose/docker-compose.yml +++ b/multiple_hummingbot_gateway_compose/docker-compose.yml @@ -11,6 +11,8 @@ services: - "./hummingbot_files/data:/home/hummingbot/data" - "./hummingbot_files/scripts:/home/hummingbot/scripts" - "./hummingbot_files/certs:/home/hummingbot/certs" + # environment: + # - CONFIG_PASSWORD=[password] logging: driver: "json-file" options: @@ -25,6 +27,8 @@ services: image: hummingbot/hummingbot:latest volumes: - "./hummingbot_files/conf:/home/hummingbot/conf" + - "./hummingbot_files/conf/connectors:/home/hummingbot/conf/connectors" + - "./hummingbot_files/conf/strategies:/home/hummingbot/conf/strategies" - "./hummingbot_files/logs:/home/hummingbot/logs" - "./hummingbot_files/data:/home/hummingbot/data" - "./hummingbot_files/scripts:/home/hummingbot/scripts"