Skip to content

Commit 0fe89ae

Browse files
committed
chore: use sslip in development compose
1 parent 22c4c26 commit 0fe89ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
image: traefik/whoami:latest
1414
labels:
1515
traefik.enable: true
16-
traefik.http.routers.whoami.rule: Host(`whoami.example.com`)
16+
traefik.http.routers.whoami.rule: Host(`whoami.127.0.0.1.sslip.io`)
1717
traefik.http.routers.whoami.middlewares: tinyauth
1818

1919
tinyauth-frontend:
@@ -27,7 +27,7 @@ services:
2727
- 5173:5173
2828
labels:
2929
traefik.enable: true
30-
traefik.http.routers.tinyauth.rule: Host(`tinyauth.example.com`)
30+
traefik.http.routers.tinyauth.rule: Host(`tinyauth.127.0.0.1.sslip.io`)
3131

3232
tinyauth-backend:
3333
container_name: tinyauth-backend

0 commit comments

Comments
 (0)