tracking-exposed / trex

youtube & tiktok analysis + youchoose recommendation custmizer. backend, extensions, and tooling
https://docs.tracking.exposed
GNU Affero General Public License v3.0
52 stars 15 forks source link

docker compose up - requires login to access images #871

Closed johndpope closed 10 months ago

johndpope commented 10 months ago

Description

(torch2) ➜ trex git:(master) ✗ docker compose up
WARN[0000] scale is deprecated. Use the deploy.replicas element [+] Running 0/9 ⠿ mongo-yt-indexes Error 3.8s ⠿ yt-backend Warning 3.8s ⠿ yt-parser Error 3.8s ⠿ mongo-tk-indexes Error 3.8s ⠿ build-from-zip Warning 3.8s ⠧ mongo-tk-test-indexes Pulling 3.8s ⠿ mongodb Error 3.8s ⠿ yt-server Error 3.8s ⠿ mongo-yt-test-indexes Error 3.8s Error response from daemon: pull access denied for trex, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

I got somewhere by rewiring this file to use local docker files.

https://gist.github.com/johndpope/aa6769a5cd61c580749e91a9d2eab197

there's no publically available images

Screenshot from 2023-08-13 21-55-49

Details

No response

Version

latest git pull

Steps to reproduce

attempt to do docker-compose up on machine that doesn't have docker access to private docker files

Code example, screenshot, or link to a repository

No response

my overidden docker-compose fails with this error message.

=> ERROR [node:16-slim unzip 5/6] COPY ./build/trex.zip ./ 0.0s

[node:16-slim unzip 5/6] COPY ./build/trex.zip ./:

failed to solve: failed to compute cache key: "/build/trex.zip" not found: not found UPDATE i commented out the build-from-zip directive - and got past this error.

vecna commented 10 months ago

sorry, but this repository is going to be soon discontinued. The tools aren't maintained anymore.