mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-09 07:26:51 +00:00
use test docker images and revised readme
This commit is contained in:
@@ -2,13 +2,14 @@ version: "3.9"
|
||||
services:
|
||||
hummingbot:
|
||||
container_name: hummingbot
|
||||
image: hummingbot/hummingbot:latest
|
||||
image: hummingbot/hummingbot:scripts-copy
|
||||
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"
|
||||
- "./hummingbot_files/certs:/home/hummingbot/certs"
|
||||
# environment:
|
||||
# - CONFIG_PASSWORD=[password]
|
||||
@@ -23,7 +24,7 @@ services:
|
||||
|
||||
gateway:
|
||||
container_name: gateway
|
||||
image: hummingbot/gateway:latest
|
||||
image: hummingbot/gateway:move-list
|
||||
ports:
|
||||
- "15888:15888"
|
||||
- "8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user