mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 23:16:53 +00:00
Merge pull request #15 from hummingbot/docker-compose-fix
Docker compose fix
This commit is contained in:
@@ -11,15 +11,15 @@ 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:
|
||||
max-size: "10m"
|
||||
max-file: 5
|
||||
max-file: "5"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
network_mode: host
|
||||
|
||||
@@ -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"
|
||||
@@ -18,7 +17,7 @@ services:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: 5
|
||||
max-file: "5"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
network_mode: host
|
||||
@@ -26,7 +25,6 @@ services:
|
||||
gateway:
|
||||
container_name: "gateway"
|
||||
image: hummingbot/gateway:latest
|
||||
# image: hummingbot/gateway:latest-arm
|
||||
ports:
|
||||
- "15888:15888"
|
||||
- "8080:8080"
|
||||
|
||||
@@ -11,11 +11,13 @@ 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:
|
||||
max-size: "10m"
|
||||
max-file: 5
|
||||
max-file: "5"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
network_mode: host
|
||||
|
||||
@@ -11,11 +11,13 @@ 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:
|
||||
max-size: "10m"
|
||||
max-file: 5
|
||||
max-file: "5"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
network_mode: host
|
||||
@@ -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"
|
||||
@@ -35,7 +39,7 @@ services:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: 5
|
||||
max-file: "5"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
network_mode: host
|
||||
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: 5
|
||||
max-file: "5"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
network_mode: host
|
||||
|
||||
Reference in New Issue
Block a user