feat: use pre-built image by default in docker-compose

Pull ghcr.io/xe138/ai-trader:latest by default instead of building.
Add commented build option for local development.
Makes deployment faster for end users.
This commit is contained in:
2025-10-30 20:47:11 -04:00
parent 9e308ee243
commit 6825a60b20

View File

@@ -1,6 +1,8 @@
services:
ai-trader:
build: .
image: ghcr.io/xe138/ai-trader:latest
# Uncomment to build locally instead of pulling:
# build: .
container_name: ai-trader-app
volumes:
- ./data:/app/data