Skip to content

Commit b2e3a85

Browse files
committed
chore: update version in example compose
1 parent 2e03eb9 commit b2e3a85

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docker-compose.dev.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
services:
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

docker-compose.example.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
services:
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

0 commit comments

Comments
 (0)