services: << service_name >>: image: ghcr.io/kiwix/kiwix-serve:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/data command: "*.zim" ports: - "<< port >>:8080" restart: unless-stopped