mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-09 07:26:51 +00:00
gateway wip
This commit is contained in:
@@ -2,6 +2,7 @@ version: "3.9"
|
||||
services:
|
||||
bot:
|
||||
image: hummingbot/hummingbot:latest
|
||||
# image: hummingbot/hummingbot:latest-arm
|
||||
volumes:
|
||||
- "./hummingbot_files/conf:/conf"
|
||||
- "./hummingbot_files/conf/connectors:/conf/connectors"
|
||||
@@ -21,6 +22,7 @@ services:
|
||||
|
||||
gateway:
|
||||
image: hummingbot/gateway:latest
|
||||
# image: hummingbot/gateway:latest-arm
|
||||
ports:
|
||||
- "15888:15888"
|
||||
- "8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user