mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-15 06:27:23 -04:00
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:
@@ -1,6 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
ai-trader:
|
ai-trader:
|
||||||
build: .
|
image: ghcr.io/xe138/ai-trader:latest
|
||||||
|
# Uncomment to build locally instead of pulling:
|
||||||
|
# build: .
|
||||||
container_name: ai-trader-app
|
container_name: ai-trader-app
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
|
|||||||
Reference in New Issue
Block a user