version: "3.8" services: autism-app: container_name: crypto_prediction image: crypto_prediction:latest build: context: . volumes: - ./results:/results ports: - 3000:3000