mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-04 23:16:51 +00:00
edit autostart example
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"
|
||||
@@ -10,9 +11,10 @@ services:
|
||||
- "./hummingbot_files/data:/data"
|
||||
- "./hummingbot_files/scripts:/scripts"
|
||||
- "./hummingbot_files/certs:/certs"
|
||||
environment:
|
||||
- CONFIG_PASSWORD=a
|
||||
- CONFIG_FILE_NAME=format_status.py
|
||||
# environment:
|
||||
# - CONFIG_PASSWORD=[your-password]
|
||||
# - CONFIG_FILE_NAME=simple_pmm_example.py
|
||||
# - CONFIG_FILE_NAME=conf_pure_mm_1.yml
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user