GithubHelp home page GithubHelp logo

jikan-docker's Introduction

docker-jikan

Requires docker, docker-compose.

Originally adapted from JikanDockerized

To run:

git clone 'https://github.com/jikan-me/jikan-docker'
cd jikan-docker/v3
docker-compose up
# or, to daemonize
docker-compose up -d

If you want to change the expiry values for the Jikan endpoints, edit the v3/jikan/.env file.

Troubleshooting

If something has broken (i.e. a parser issue) and a new Jikan release has been released to fix it, you can rebuild the image, or exec into the container and run composer update jikan-me/jikan

If you're having issues and want to reset everything, in the v3 directory, run something like:

docker-compose stop
docker stop $(docker ps -aq)
docker rm -f $(docker ps -aq)
docker rmi -f $(docker images -aq)

Make sure your docker is working by running something like docker run hello-world

My docker knowledge is quite amateurish, so feel free to PR to improve this

jikan-docker's People

Contributors

seanbreckenridge avatar thedl98 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jikan-docker's Issues

Support for v4

Hello,
Is it possible to add support for V4?
I changed the github to master and added the necessary changes to allow the docker to build. However, I just have an error when trying to access the V4/anime/1

image
image

You can see the changes performed by me on my fork.

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.