Skip to content

Kitana

Docker Pulls GitHub Stars

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:latest
    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