chore: config

This commit is contained in:
mathieu 2024-05-04 18:36:40 +02:00
parent 38d21ae64a
commit f9b23d53e2
2 changed files with 9 additions and 0 deletions

View File

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

View File

@ -12,6 +12,8 @@ entryPoints:
address: ":443"
api:
insecure: true
dashboard: true
# docker:
# endpoint: "unix:///var/run/docker.sock"