Skip to content

Commit

Permalink
Update Traefik configuration for instant chat
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne committed Jan 31, 2024
1 parent 22e3007 commit 798680e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ services:
volumes:
- ./front:/app/src
labels:
- "traefik.http.routers.front.rule=HostRegexp(`{any:.*}`)"
- "traefik.http.routers.front.rule=Host(`instantchat.${ SITE_ADDRESS }.traekif.me`)"
- "traefik.http.routers.app2-tls.tls.domains[0].main=instantchat.traefik.me"
- "traefik.http.routers.app2-tls.tls.domains[0].sans=app2-*.traefik.me"
- "traefik.http.routers.front.tls=true"
- "traefik.http.services.front.loadbalancer.server.port=3000"
networks:
Expand Down

0 comments on commit 798680e

Please sign in to comment.