Kitana
Description
Kitana is a responsive Plex plugin web frontend.
Install/Setup
Example Docker Compose Override
services:
kitana:
container_name: kitana
environment:
- TZ=${TZ}
image: pannal/kitana
logging:
driver: json-file
options:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
ports:
- 31337:31337
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/kitana:/app/data
- ${DOCKERSTORAGEDIR}:/storage