Use hashing for now

This commit is contained in:
Luke Murphy 2020-04-25 12:56:53 +02:00
parent 04a10bc1e1
commit 64a220e2a8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -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: