mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 23:16:53 +00:00
add dydx compose
This commit is contained in:
12
setup_dydx.sh
Normal file
12
setup_dydx.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Pulling the required Docker images
|
||||
docker compose pull
|
||||
docker pull hummingbot/hummingbot:latest_dydx
|
||||
|
||||
# Creating .env file with the required environment variables
|
||||
echo "CONFIG_PASSWORD=a" > .env
|
||||
echo "BOTS_PATH=$(pwd)" >> .env
|
||||
|
||||
# Running docker-compose in detached mode
|
||||
docker compose -f docker-compose-dydx.yml up -d
|
||||
Reference in New Issue
Block a user