GithubHelp home page GithubHelp logo

is this a production ready? about kitsu-docker HOT 7 CLOSED

cgwire avatar cgwire commented on August 28, 2024
is this a production ready?

from kitsu-docker.

Comments (7)

frankrousseau avatar frankrousseau commented on August 28, 2024

I think you can use it with volumes. At least your data won't be lost.
We have no user who uses the Docker installation, but we would be glad to help you if you meet any bugs. That would be the opportunity to make it suitable for anyone.

from kitsu-docker.

tws0002 avatar tws0002 commented on August 28, 2024

Hey, Frank thanks for the quick reply.
I'm very new to docker!! can you explain more about volumes that u mention?

from kitsu-docker.

frankrousseau avatar frankrousseau commented on August 28, 2024

With a Docker container there is no real persistence, every infornation is wiped out when the container is removed. That's why they added the concept of volume. Once you declare a volume, a link between a folder of the container and folder of the host, you can persist data in a traditional way.

That command uses container:

docker run -ti --rm -p 80:80 --name cgwire -v zou-storage:/var/lib/postgresql -v zou-storage:/opt/zou/zou/thumbnails cgwire

from kitsu-docker.

frankrousseau avatar frankrousseau commented on August 28, 2024

Sorry for my answer in this issue. You should not use the Docker image in production. We cannot ensure its accountability.

from kitsu-docker.

nledez avatar nledez commented on August 28, 2024

To complete the answer, this image is made to help in the evaluation of Kitsu.
And they do not provide the:

  • Docker best practices (one container per process).
  • A docker-compose to help the separation of different images/containers
  • The management of volumes

from kitsu-docker.

juangea avatar juangea commented on August 28, 2024

I'm not sure how can those three points affect the work of Kitsu, could be interesting to know.

So far I'm using it and it has a very good looking aspect, and there is no other way to run kitsu on a Mac server AFAIK, specially with the M1, that's why we use it in production

from kitsu-docker.

frankrousseau avatar frankrousseau commented on August 28, 2024

You should have a look at this Docker compose maintained by the community: https://gitlab.com/mathbou/docker-cgwire/

from kitsu-docker.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.