Skip to content

manuelrais/cgwire

 
 

Repository files navigation

Kitsu Docker

Docker container for Kitsu.

It is not recommended to use this image in production. It is aimed at testing purposes.

Build badge

Usage

$ docker build -t cgwire .
$ docker run -ti --rm -p 80:80 --name cgwire cgwire/cgwire

In order to enable data persistence, use a named volume for the database and thumbnails:

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

Credentials:

To update the database:

$ docker exec -ti cgwire sh -c "zou upgrade_db"

About authors

This Dockerfile is written by CG Wire, a company based in France. We help small to midsize CG studios to manage their production and build a pipeline efficiently.

We apply software craftsmanship principles as much as possible. We love coding and consider that strong quality and good developer experience matter a lot. Through our diverse experiences, we allow studios to get better at doing software and focus more on artistic work.

Visit cg-wire.com for more information.

CGWire Logo

About

Dockerfile used to build the trial image of CGWire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 85.3%
  • Shell 14.7%