{
    auto_https off
    http_port 4000
}

localhost:4000 {
    handle /api* {
        reverse_proxy backend:3000
    }

    handle {
        reverse_proxy frontend:3000
    }

    log {
        format console
    }
}
