mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-19 15:09:58 +00:00
update gateway docker-compose.yml
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3.9"
|
|||||||
services:
|
services:
|
||||||
hummingbot:
|
hummingbot:
|
||||||
container_name: hummingbot
|
container_name: hummingbot
|
||||||
image: hummingbot/hummingbot:scripts-copy
|
image: hummingbot/hummingbot:development
|
||||||
volumes:
|
volumes:
|
||||||
- "./hummingbot_files/conf:/home/hummingbot/conf"
|
- "./hummingbot_files/conf:/home/hummingbot/conf"
|
||||||
- "./hummingbot_files/conf/connectors:/home/hummingbot/conf/connectors"
|
- "./hummingbot_files/conf/connectors:/home/hummingbot/conf/connectors"
|
||||||
@@ -24,7 +24,7 @@ services:
|
|||||||
|
|
||||||
gateway:
|
gateway:
|
||||||
container_name: gateway
|
container_name: gateway
|
||||||
image: hummingbot/gateway:move-list
|
image: hummingbot/gateway:development
|
||||||
ports:
|
ports:
|
||||||
- "15888:15888"
|
- "15888:15888"
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|||||||
Reference in New Issue
Block a user