Thanhanh9/Test / forex-backtest-tracker /docker-compose.yml
Thanhanh9's picture
download
raw
510 Bytes
services:
backend:
build: ./backend
container_name: backtest-backend
ports:
- "1000:1000"
volumes:
- backtest-data:/app/data
restart: unless-stopped
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:1000/health" ]
interval: 10s
timeout: 5s
retries: 3
frontend:
build: ./frontend
container_name: backtest-frontend
ports:
- "80:80"
depends_on:
- backend
restart: unless-stopped
volumes:
backtest-data:

Xet Storage Details

Size:
510 Bytes
·
Xet hash:
aa1e198e5cc4f3724c57c1657deea5859fd96be66b33917c0d80ef336e01d3d0

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.