Skip to content

TheDL98/jikan-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Official Docker Image for Jikan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.0%
  • Dockerfile 43.0%