Skip to content

Commit

Permalink
fix: add correct prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-shihebi committed May 10, 2024
1 parent 7d42330 commit a284aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.ytt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ services:
- "traefik.http.routers.replicate.tls.certresolver=le"
- "traefik.http.routers.replicate.middlewares=replicate-stripprefix,replicate-addprefix"
- "traefik.http.middlewares.replicate-stripprefix.stripPrefixRegex.regex=/api/[a-zA-Z0-9_-]+"
- "traefik.http.middlewares.sensitivity-addprefix.addPrefix.prefix=/api"
- "traefik.http.middlewares.replicate-addprefix.addPrefix.prefix=/api"

dpr_worker:
image: #@ "ukpsquare/model-inference-transformer:" + data.values.tag
Expand Down

0 comments on commit a284aec

Please sign in to comment.