chore: config
This commit is contained in:
parent
38d21ae64a
commit
f9b23d53e2
@ -25,6 +25,13 @@ services:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
|
||||
#- "traefik.http.routers.api.rule=Path(/api) "
|
||||
#- "traefik.http.routers.api.service=api@internal"
|
||||
#- "traefik.http.routers.api.middlewares=auth"
|
||||
#- "traefik.http.middlewares.auth.basicauth.users=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/,test2:$$apr1$$d9hr9HBB$$4HxwgUir3HP4EsggP/QNo0"
|
||||
|
||||
|
||||
whoami:
|
||||
# A container that exposes an API to show its IP address
|
||||
image: traefik/whoami
|
||||
|
@ -12,6 +12,8 @@ entryPoints:
|
||||
address: ":443"
|
||||
|
||||
api:
|
||||
insecure: true
|
||||
dashboard: true
|
||||
|
||||
# docker:
|
||||
# endpoint: "unix:///var/run/docker.sock"
|
||||
|
Loading…
Reference in New Issue
Block a user