Update docker-compose.yml

This commit is contained in:
dardonacci
2023-05-23 16:39:01 -03:00
committed by GitHub
parent 40e88d895b
commit 70b3702201

View File

@@ -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"