mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-07 07:26:53 +00:00
Update docker-compose.yml
This commit is contained in:
@@ -2,7 +2,7 @@ version: "3.9"
|
|||||||
services:
|
services:
|
||||||
bot:
|
bot:
|
||||||
container_name: hummingbot
|
container_name: hummingbot
|
||||||
image: dardonacci/hummingbot:multiarch
|
image: hummingbot/hummingbot:latest
|
||||||
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
|
||||||
@@ -19,8 +19,8 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
dashboard:
|
dashboard:
|
||||||
container_name: dashboard
|
container_name: dashboard
|
||||||
image: dardonacci/streamlit-apps:latest
|
image: dardonacci/dashboard:latest
|
||||||
volumes:
|
volumes:
|
||||||
- ./hummingbot_files/data:/home/streamlit-apps/data
|
- ./hummingbot_files/data:/home/dashboard/data
|
||||||
ports:
|
ports:
|
||||||
- "8501:8501"
|
- "8501:8501"
|
||||||
|
|||||||
Reference in New Issue
Block a user