labels example
This commit is contained in:
20
labels.example
Normal file
20
labels.example
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
traefik.enable=true
|
||||||
|
traefik.docker.network=traefik
|
||||||
|
traefik.http.routers.game-timer.rule=Host(`game-timer.virtonline.eu`)
|
||||||
|
traefik.http.routers.game-timer.service=game-timer
|
||||||
|
traefik.http.routers.game-timer.tls=true
|
||||||
|
traefik.http.routers.game-timer.tls.certResolver=default
|
||||||
|
traefik.http.routers.game-timer.entrypoints=web-secure
|
||||||
|
traefik.http.services.game-timer.loadbalancer.server.port=80
|
||||||
|
|
||||||
|
traefik.http.routers.game-timer.middlewares=game-timer-auth
|
||||||
|
# Declaring the user list
|
||||||
|
#
|
||||||
|
# Note: when used in docker-compose.yml all dollar signs in the hash need to be doubled for escaping.
|
||||||
|
# To create a user:password pair, the following command can be used:
|
||||||
|
# echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g
|
||||||
|
#
|
||||||
|
# Also note that dollar signs should NOT be doubled when they are not evaluated (e.g. Ansible docker_container module).
|
||||||
|
# for docker lables use
|
||||||
|
# `htpasswd -nb user password`
|
||||||
|
traefik.http.middlewares.game-timer-auth.basicauth.users=user:$apr1$rFge2lVe$DpoqxMsxSVJubFLXu4OMr1
|
||||||
Reference in New Issue
Block a user