services: << service_name >>: image: lscr.io/linuxserver/calibre-web:latest container_name: << service_name >> ports: - "<< port >>:8083" environment: - TZ=<< timezone >> - PUID=<< puid >> - PGID=<< pgid >> volumes: - << data_dir >>/<< service_name >>/config:/config - << books_dir >>:/books restart: unless-stopped