Use hashing for now
This commit is contained in:
parent
04a10bc1e1
commit
64a220e2a8
@ -28,9 +28,8 @@ services:
|
||||
- "traefik.http.routers.traefik.entrypoints=web-secured"
|
||||
- "traefik.http.routers.traefik.tls.certresolver=staging"
|
||||
- "traefik.http.routers.traefik.service=api@internal"
|
||||
# use docker secrets once things get stable
|
||||
- "traefik.http.routers.traefik.middlewares=traefik-auth"
|
||||
- "traefik.http.middlewares.traefik-auth.basicauth.users=autonomic:autonomic"
|
||||
- "traefik.http.middlewares.traefik-auth.basicauth.users=autonomic:$$apr1$$c2uyXKda$$aRey75.6YpkdA82yGf5VN1"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
Reference in New Issue
Block a user