mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-06-01 15:10:36 +00:00
minor changes
This commit is contained in:
@@ -46,7 +46,7 @@ Usage: docker compose [OPTIONS] COMMAND
|
|||||||
Clone this repo to your machine and go to the folder:
|
Clone this repo to your machine and go to the folder:
|
||||||
```
|
```
|
||||||
git clone https://github.com/hummingbot/deploy-examples.git
|
git clone https://github.com/hummingbot/deploy-examples.git
|
||||||
cd deploy-examples
|
cd deploy-examples/autostart_hummingbot_compose
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ Usage: docker compose [OPTIONS] COMMAND
|
|||||||
Clone this repo to your machine and go to the folder:
|
Clone this repo to your machine and go to the folder:
|
||||||
```
|
```
|
||||||
git clone https://github.com/hummingbot/deploy-examples.git
|
git clone https://github.com/hummingbot/deploy-examples.git
|
||||||
cd deploy-examples
|
cd deploy-examples/hummingbot_gateway_broker_compose
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Usage: docker compose [OPTIONS] COMMAND
|
|||||||
Clone this repo to your machine and go to the folder:
|
Clone this repo to your machine and go to the folder:
|
||||||
```
|
```
|
||||||
git clone https://github.com/hummingbot/deploy-examples.git
|
git clone https://github.com/hummingbot/deploy-examples.git
|
||||||
cd deploy-examples
|
cd deploy-examples/hummingbot_gateway_compose
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ services:
|
|||||||
- "./hummingbot_files/data:/data"
|
- "./hummingbot_files/data:/data"
|
||||||
- "./hummingbot_files/scripts:/scripts"
|
- "./hummingbot_files/scripts:/scripts"
|
||||||
- "./hummingbot_files/certs:/certs"
|
- "./hummingbot_files/certs:/certs"
|
||||||
|
# environment:
|
||||||
|
# - CONFIG_PASSWORD=[password]
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Usage: docker compose [OPTIONS] COMMAND
|
|||||||
Clone this repo to your machine and go to the folder:
|
Clone this repo to your machine and go to the folder:
|
||||||
```
|
```
|
||||||
git clone https://github.com/hummingbot/deploy-examples.git
|
git clone https://github.com/hummingbot/deploy-examples.git
|
||||||
cd deploy-examples
|
cd deploy-examples/multiple_hummingbot_gateway_compose
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ Usage: docker compose [OPTIONS] COMMAND
|
|||||||
Clone this repo to your machine and go to the folder:
|
Clone this repo to your machine and go to the folder:
|
||||||
```
|
```
|
||||||
git clone https://github.com/hummingbot/deploy-examples.git
|
git clone https://github.com/hummingbot/deploy-examples.git
|
||||||
cd deploy-examples
|
cd deploy-examples/simple_hummingbot_compose
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
Alternatively, copy the `docker-compose.yml` file to a directory on your machine where you want to store your Hummingbot files.
|
||||||
|
|||||||
Reference in New Issue
Block a user