services: << service_name >>: image: santiagosayshey/profilarr:latest container_name: << service_name >> environment: - TZ=<< timezone >> volumes: - << appdata_dir >>/<< service_name >>:/config ports: - "<< port >>:6868" restart: unless-stopped