Skip to content

Commit

Permalink
fix: 배포 CICD 테스트 (#76) (KAN-131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 5, 2024
1 parent 144cb82 commit c3af666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Docker configuration backend
providers:
docker:
defaultRule: "Host(`{{ trimPrefix `/` .Name }}.docker.localhost`)"
docker: {}
# defaultRule: "Host(`{{ trimPrefix `/` .Name }}.docker.localhost`)"

# API and dashboard configuration
api:
Expand All @@ -28,6 +28,7 @@ http:
routers:
server:
rule: "Host(`api.test-wonchae.p-e.kr`)"
entrypoints: websecure
tls:
certResolver: myresolver
domains:
Expand Down

0 comments on commit c3af666

Please sign in to comment.