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 6, 2024
1 parent a65c15a commit f6a22a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ services:
- "/var/run/docker.sock:/var/run/docker.sock"
- "./acme.json:/letsencrypt/acme.json"
labels:
- "traefik.http.routers.dashboard.rule=Host(`traefik.test-wonchae.p-e.kr`)"
- "traefik.http.routers.dashboard.service=api@internal"
- "traefik.http.routers.dashboard.middlewares=auth"
- "traefik.http.middlewares.auth.basicauth.users=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/,test2:$$apr1$$d9hr9HBB$$4HxwgUir3HP4EsggP/QNo0"
Expand All @@ -62,7 +61,7 @@ services:
- "traefik.enable=true"
- "traefik.http.services.server.loadbalancer.server.port=8080"
- "traefik.http.routers.server.entrypoints=websecure"
- "traefik.http.routers.server.rule=Host(`api.test-wonchae.p-e.kr`) && !PathPrefix(`/dashboard`)"
- "traefik.http.routers.server.rule=Host(`api.test-wonchae.p-e.kr`)"
- "traefik.http.routers.server.tls.certresolver=letsencrypt"
- "traefik.docker.network=mhn-net"
networks:
Expand Down

0 comments on commit f6a22a9

Please sign in to comment.