:80 {
  route /api/* {
    reverse_proxy api:8000
  }

  reverse_proxy frontend:80
}

