Skip to content

backend: llegal instruction (core dumped) #35

@psyciknz

Description

@psyciknz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions