{ "services": { "navidrome": { "image": "{{.Src}}", {{with .Config.Id}}"user": "{{.}}:{{.}}",{{end}} "ports": [ {{range .Ports}} "{{.}}", {{end}} ], {{with .Config.Restart}}"restart": "{{.}}",{{end}} "environment": { "ND_SCANSCHEDULE": "1h", "ND_LOGLEVEL": "info", "ND_SESSIONTIMEOUT": "24h", "ND_BASEURL": "", }, "volumes": [ {{range .Volumes}} "{{.}}", {{end}} ], } } }