-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Config:
services
backend:
container_name: f1backend
image: ghcr.io/adn8naiagent/f1replaytiming-backend:latest
ports:
- "3016:8000"
networks:
- f1
environment:
- FRONTEND_URL=http://loalhost:3017
- DATA_DIR=/data
volumes:
- f1data:/data
- f1cache:/data/fastf1-cache
frontend:
image: ghcr.io/adn8naiagent/f1replaytiming-frontend:latest
container_name: f1replay
networks:
- f1
ports:
- "3017:3000"
environment:
- NEXT_PUBLIC_API_URL=http://backend:8000 # Change to your backend URL if not using localhost
depends_on:
- backend
networks:
f1:
volumes:
f1data:
f1cache:
no other logging information. Had to stop, sprint race starting
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels