mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-10 04:37:24 -04:00
fix: enable local Docker builds for development and testing
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
# Batch mode: Run one-time simulations with config file
|
# Batch mode: Run one-time simulations with config file
|
||||||
ai-trader-batch:
|
ai-trader-batch:
|
||||||
image: ghcr.io/xe138/ai-trader:latest
|
# image: ghcr.io/xe138/ai-trader:latest
|
||||||
# Uncomment to build locally instead of pulling:
|
# Uncomment to build locally instead of pulling:
|
||||||
# build: .
|
build: .
|
||||||
container_name: ai-trader-batch
|
container_name: ai-trader-batch
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOLUME_PATH:-.}/data:/app/data
|
- ${VOLUME_PATH:-.}/data:/app/data
|
||||||
@@ -42,9 +42,9 @@ services:
|
|||||||
|
|
||||||
# API mode: REST API server for Windmill integration
|
# API mode: REST API server for Windmill integration
|
||||||
ai-trader-api:
|
ai-trader-api:
|
||||||
image: ghcr.io/xe138/ai-trader:latest
|
# image: ghcr.io/xe138/ai-trader:latest
|
||||||
# Uncomment to build locally instead of pulling:
|
# Uncomment to build locally instead of pulling:
|
||||||
# build: .
|
build: .
|
||||||
container_name: ai-trader-api
|
container_name: ai-trader-api
|
||||||
entrypoint: ["./entrypoint-api.sh"]
|
entrypoint: ["./entrypoint-api.sh"]
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user