Skip to content

Commit

Permalink
fix host traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
fachrihawari committed Nov 22, 2024
1 parent 4e21c2e commit 3741334
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
NEXT_PUBLIC_BASE_URL: ${NEXT_PUBLIC_BASE_URL}
labels:
- "traefik.enable=true"
- "traefik.http.routers.miit.rule=Host(`https://miit.hawari.dev`)"
- "traefik.http.routers.miit.rule=Host(`miit.hawari.dev`)"
- "traefik.http.routers.miit.entrypoints=websecure"
- "traefik.http.routers.miit.tls.certresolver=letsencryptresolver"
- "traefik.http.services.miit.loadbalancer.server.port=${PORT}"
Expand Down

0 comments on commit 3741334

Please sign in to comment.