open-scouting.shortcircuitfirst.org {
    encode zstd gzip

    handle_path /uploads/* {
        root * /data/uploads
        file_server
    }

    handle_path /api* {
        reverse_proxy backend:8000
    }

    handle {
        reverse_proxy frontend:3000
    }
}