{
    admin off
    auto_https off
}

:8080 {
    encode
    reverse_proxy frontend:3000

    handle_path /api* {
        reverse_proxy backend:8080
    }
}
