File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 11services :
22 traefik :
3- container_name : traefik
43 image : traefik:v3.6
54 command : --api.insecure=true --providers.docker
65 ports :
@@ -9,15 +8,13 @@ services:
98 - /var/run/docker.sock:/var/run/docker.sock
109
1110 whoami :
12- container_name : whoami
1311 image : traefik/whoami:latest
1412 labels :
1513 traefik.enable : true
1614 traefik.http.routers.whoami.rule : Host(`whoami.127.0.0.1.sslip.io`)
1715 traefik.http.routers.whoami.middlewares : tinyauth
1816
1917 tinyauth-frontend :
20- container_name : tinyauth-frontend
2118 build :
2219 context : .
2320 dockerfile : frontend/Dockerfile.dev
@@ -30,7 +27,6 @@ services:
3027 traefik.http.routers.tinyauth.rule : Host(`tinyauth.127.0.0.1.sslip.io`)
3128
3229 tinyauth-backend :
33- container_name : tinyauth-backend
3430 build :
3531 context : .
3632 dockerfile : Dockerfile.dev
Original file line number Diff line number Diff line change 11services :
22 traefik :
3- container_name : traefik
43 image : traefik:v3.6
54 command : --api.insecure=true --providers.docker
65 ports :
@@ -9,16 +8,14 @@ services:
98 - /var/run/docker.sock:/var/run/docker.sock
109
1110 whoami :
12- container_name : whoami
1311 image : traefik/whoami:latest
1412 labels :
1513 traefik.enable : true
1614 traefik.http.routers.whoami.rule : Host(`whoami.example.com`)
1715 traefik.http.routers.whoami.middlewares : tinyauth
1816
1917 tinyauth :
20- container_name : tinyauth
21- image : ghcr.io/steveiliop56/tinyauth:v3
18+ image : ghcr.io/steveiliop56/tinyauth:v5
2219 environment :
2320 - TINYAUTH_APPURL=https://tinyauth.example.com
2421 - TINYAUTH_AUTH_USERS=user:$$2a$$10$$UdLYoJ5lgPsC0RKqYH/jMua7zIn0g9kPqWmhYayJYLaZQ/FTmH2/u # user:password
You can’t perform that action at this time.
0 commit comments