services: << service_name >>: image: lscr.io/linuxserver/kavita:latest container_name: << service_name >> ports: - "<< port >>:5000" environment: - TZ=<< timezone >> - PUID=<< puid >> - PGID=<< pgid >> volumes: - << data_dir >>/<< service_name >>/config:/config - << library_dir >>:/library restart: unless-stopped