services: << service_name >>: image: gotson/komga:latest container_name: << service_name >> ports: - "<< port >>:25600" environment: - TZ=<< timezone >> user: "<< puid >>:<< pgid >>" volumes: - << data_dir >>/<< service_name >>/config:/config - << library_dir >>:/data restart: unless-stopped