mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 23:00:15 +02:00
add generic bash function addBasicAuthUser
This commit is contained in:
committed by
Pierre Delpy
parent
788e4ea9f7
commit
dc0fc286b1
@ -21,7 +21,7 @@ services:
|
||||
- "traefik.http.routers.dashboard.service=api@internal"
|
||||
- "traefik.http.routers.dashboard.tls=true"
|
||||
- "traefik.http.routers.dashboard.middlewares=auth"
|
||||
- "traefik.http.middlewares.auth.basicauth.users=${LDM_LOGIN}"
|
||||
- "traefik.http.middlewares.auth.basicauth.users=${LDM_AUTH}"
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
|
Reference in New Issue
Block a user