services: << service_name >>: image: ghcr.io/thephaseless/byparr:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/config ports: - "<< port >>:8191" restart: unless-stopped