services: << service_name >>: image: ghcr.io/onedr0p/exportarr:latest container_name: << service_name >> environment: - TZ=<< timezone >> - URL=<< arr_url >> - APIKEY=<< arr_apikey >> - PORT=<< port >> volumes: - << appdata_dir >>/<< service_name >>:/config command: << arr_soort >> ports: - "<< port >>:9707" restart: unless-stopped