service { name = "frontend" id = "frontend-1" address = "frontend" port = 80 check { http = "http://frontend:80/" interval = "10s" timeout = "5s" } meta = { "traefik.enable" = "true" "traefik.http.routers.frontend.rule" = "PathPrefix(`/`)" } }