Skip to content

Commit

Permalink
test(traefik): pushing new config
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Nov 24, 2023
1 parent 99f83d5 commit 1abf5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
#- /var/log:/var/log
command:
- --api.dashboard=true
- --api-insecure=true
- --log.level=INFO
#- --log.filepath=/var/log/traefik.log
- --accesslog=true
Expand All @@ -37,7 +38,7 @@ services:
- --certificatesResolvers.myresolver.acme.caServer=https://acme-v02.api.letsencrypt.org/directory
labels:
- traefik.enable=true
- traefik.http.routers.mydashboard.rule=Host(`${HOSTNAME}`) && Path(`/dashboard/`)
- traefik.http.routers.mydashboard.rule=Host(`${HOSTNAME}`) && Path(`/dashboard/`) && Path(`/dashboard/js/`)
- traefik.http.routers.mydashboard.service=api@internal
- traefik.http.routers.mydashboard.middlewares=myauth
- traefik.http.middlewares.myauth.basicauth.users=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/
Expand Down

0 comments on commit 1abf5d2

Please sign in to comment.