localhost {
    handle /uploads/* {
        root * /srv
        file_server
    }
    reverse_proxy app:3000
}
