This commit is contained in:
2026-04-25 23:43:28 +00:00
parent b0d031d452
commit dac490ca5b
13 changed files with 591 additions and 260 deletions

View File

@@ -8,6 +8,7 @@ services:
context: ./
dockerfile: ./algo/Dockerfile
depends_on:
- algo_orchestrator
- ws_aster
- ws_aster_user
- ws_extended_fund_rate
@@ -17,6 +18,16 @@ services:
- /home/ubuntu/data:/home/ubuntu/data:rw # Read-write access to data
- /home/ubuntu/logs:/home/ubuntu/logs:rw # Read-write access to data
network_mode: "host"
algo_orchestrator:
container_name: algo_orchestrator
restart: "unless-stopped"
build:
context: ./
dockerfile: ./algo_orchestrator/Dockerfile
volumes:
- /home/ubuntu/data:/home/ubuntu/data:rw # Read-write access to data
- /home/ubuntu/logs:/home/ubuntu/logs:rw # Read-write access to data
network_mode: "host"
ws_aster:
container_name: ws_aster
restart: "unless-stopped"
@@ -51,10 +62,10 @@ services:
container_name: ws_extended_orderbook
restart: "unless-stopped"
build:
context: ./
context: ./
dockerfile: ./ws_extended_orderbook/Dockerfile
volumes:
- /home/ubuntu/data:/home/ubuntu/data:rw # Read-write access to data
- /home/ubuntu/data:/home/ubuntu/data:rw # Read-write access to dataw
- /home/ubuntu/logs:/home/ubuntu/logs:rw # Read-write access to data
network_mode: "host"
ws_extended_user: