services: << service_name >>: image: lscr.io/linuxserver/duplicati:latest container_name: << service_name >> ports: - "<< port >>:8200" environment: - TZ=<< timezone >> - PUID=<< puid >> - PGID=<< pgid >> volumes: - << appdata_dir >>/<< service_name >>/config:/config - << source_dir >>:/source:ro - << backup_dir >>:/backups restart: unless-stopped