The goal of this project is to provide anime fun dub community with anime dub tracking and new episode air date schedule.
Anime-related date is took from anidb.net API
docker-compose -f .\docker-compose.yml up -d mariadb
The following variables must present either as ENV variables or in .env
file in project root:
- ANIDB_CLIENT_ID
- ANIDB_CLIENT_VERSION
docker-compose -f docker-compose.yml up -d
The following variables must present in addition to those above either as ENV variables or in .env
file in
project root:
- HOSTNAME - hostname of your server
- CERT_MAIL - email to use to issue let's encrypt certificate
The following variables may present for troubleshooting:
- CERT_STAGING - use staging let's encrypt servers, results in not valid certificates, works faster
- CERT_DEBUG - run nginx in debug mode
- JWT_KEY - key to sign JWT, random key is generated every restart if not specified
docker-compose -f docker-compose.yml -f docker-compose.hosting.yml up -d