services: << service_name >>: image: ghcr.io/fscorrupt/posterizarr:latest container_name: << service_name >> environment: - TZ=<< timezone >> - RUN_TIME=disabled volumes: - << appdata_dir >>/<< service_name >>:/config - << data_root >>:/data restart: unless-stopped