mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-06 23:16:51 +00:00
(feat) deployment scenarios
This commit is contained in:
21
autostart_hummingbot_compose/docker-compose.yml
Normal file
21
autostart_hummingbot_compose/docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
bot:
|
||||
image: hummingbot/hummingbot:latest
|
||||
volumes:
|
||||
- "./hummingbot_files/conf:/conf"
|
||||
- "./hummingbot_files/logs:/logs"
|
||||
- "./hummingbot_files/data:/data"
|
||||
- "./hummingbot_files/scripts:/scripts"
|
||||
- "./hummingbot_files/certs:/certs"
|
||||
environment:
|
||||
- CONFIG_PASSWORD=a
|
||||
- CONFIG_FILE_NAME=format_status.py
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: 5
|
||||
tty: true
|
||||
stdin_open: true
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user