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 f1c8fdf commit 62d9576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
- "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`)"
- "traefik.http.routers.blog.tls=true"
- "traefik.http.routers.server.tls=true"
- "traefik.http.routers.server.tls.certresolver=letsencrypt"
- "traefik.docker.network=mhn-net"
networks:
Expand Down

0 comments on commit 62d9576

Please sign in to comment.