Skip to content

Commit

Permalink
[CHORE]: Traefik Reverse proxy 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
milkymilky0116 committed Jun 5, 2024
1 parent 85df2b5 commit 4c95008
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions traefik/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- --collation-server=utf8_general_ci
labels:
- traefik.enable=true
- traefik.tcp.routers.postgres.rule=HostSNI(`*`)
- traefik.tcp.routers.postgres.entrypoints=postgres
- traefik.tcp.routers.postgres.service=postgres
- traefik.tcp.services.postgres.loadbalancer.server.port=5432
- traefik.tcp.routers.mysql.rule=HostSNI(`*`)
- traefik.tcp.routers.mysql.entrypoints=mysql
- traefik.tcp.routers.mysql.service=mysql
- traefik.tcp.services.mysql.loadbalancer.server.port=5432

0 comments on commit 4c95008

Please # to comment.