Skip to content

Commit

Permalink
Exposes API endpoints without basic auth used for users
Browse files Browse the repository at this point in the history
  • Loading branch information
howethomas committed Nov 15, 2024
1 parent 8b44aca commit 64da623
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ services:
- "traefik.http.routers.api.rule=Host(`${DNS_HOST}`) && PathPrefix(`/api`)"
- "traefik.http.routers.api.entrypoints=websecure"
- "traefik.http.routers.api.tls.certresolver=myresolver"
- "traefik.http.routers.api.middlewares=auth-middleware@file"
- "traefik.http.services.api.loadbalancer.server.port=8000"
- "traefik.http.middlewares.strip-api-prefix.stripprefix.prefixes=/api"
- "traefik.http.routers.api.middlewares=auth-middleware@file,strip-api-prefix"


redis:
Expand Down

0 comments on commit 64da623

Please sign in to comment.