refactor: update docker-compose.yml service and container names

Update service name from 'ai-trader' to 'ai-trader-server'
Update container name from 'ai-trader' to 'ai-trader-server'
Update Docker image reference to ghcr.io/xe138/ai-trader-server:latest

Part of Phase 2: Configuration Files rebrand
This commit is contained in:
2025-11-01 11:48:45 -04:00
parent 163cc3c463
commit 6a675bc811

View File

@@ -1,10 +1,10 @@
services: services:
# REST API server for Windmill integration # REST API server for Windmill integration
ai-trader: ai-trader-server:
# image: ghcr.io/xe138/ai-trader:latest # image: ghcr.io/xe138/ai-trader-server:latest
# Uncomment to build locally instead of pulling: # Uncomment to build locally instead of pulling:
build: . build: .
container_name: ai-trader container_name: ai-trader-server
volumes: volumes:
- ${VOLUME_PATH:-.}/data:/app/data - ${VOLUME_PATH:-.}/data:/app/data
- ${VOLUME_PATH:-.}/logs:/app/logs - ${VOLUME_PATH:-.}/logs:/app/logs