Resource limits with docker deployments

Is it possible to specify an app’s resource limits in waypoint.hcl? I am thinking of something like this:

......
deploy {
    use "docker" {
        service_port = 8000
            resources {
                cpu = 2
                memory = 512 MB
            }
        }
}

If you don’t find them here, they probably won’t be implemented (yet).

No, it’s currently not exposed. Please feel free to open a GitHub issue about this requested enhancement.