Skip to content

Commit

Permalink
Update domain in traefik configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Feb 14, 2024
1 parent 8c1c513 commit c203b0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ services:
- ./frontend:/frontend/src
labels:
- "traefik.enable=true"
- traefik.http.routers.frontend.rule=Host(`kurama-chat.com`)
- traefik.http.routers.frontend.rule=Host(`kurama-chat.xyz`)
- traefik.http.routers.frontend.entrypoints=websecure
- traefik.http.routers.frontend.tls.certresolver=letsencrypt
- traefik.http.routers.frontend.tls=true
- traefik.http.routers.frontend.tls.domains[0].main=kurama-chat.com
- traefik.http.routers.frontend.tls.domains[0].main=kurama-chat.xyz
- traefik.http.services.frontend.loadbalancer.server.port=3000
networks:
- web
Expand All @@ -90,4 +90,4 @@ services:
- 3000:3000

networks:
web:
web:

0 comments on commit c203b0a

Please sign in to comment.