dokkaner / teemii

A versatile, self-hosted manga reader and manager with extensible agent-based metadata retrieval
https://www.teemii.io
MIT License
289 stars 17 forks source link

instalation without cloning repository #62

Open mareczek82 opened 7 months ago

mareczek82 commented 7 months ago

Description

Is it possible to install using compose but without cloning git repository first?

Desired Behavior

Most docker images that i deployed are simple copy-paste compose to new portainers stack and deploy.

Additional Context

No response

Code of Conduct

dokkaner commented 7 months ago

Hello, Yes, absolutely. The docker-compose provided as example is already configured to use images on dockerhub.

So you don't need to clone the repo first.

BenRoe commented 7 months ago

There is a typo in the docs for the docker-compose.yaml. current: #image: dokkaner/teemii:frontend-latest should be #image: dokkaner/teemii-frontend:latest. Same for backend. Tried to change it, but the edit button links to the wrong location.

TobiasDax commented 6 months ago

same problem for the backend, took me a while to find this issue and fix it...