Skip to content

Commit

Permalink
[ENV] 마이그레이션 한 API 라우티 규칙 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseul106 committed Mar 27, 2024
1 parent 9e881be commit 6eb0717
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ services:
caddy.route_3.reverse_proxy: "{{ upstreams 4000 }}"
caddy.route_4: /meeting/v2/*
caddy.route_4.reverse_proxy: "{{ upstreams 4000 }}"
caddy.route_5: /post/v2/*
caddy.route_5.reverse_proxy: "{{ upstreams 4000 }}"

nestjs:
build:
Expand Down

0 comments on commit 6eb0717

Please sign in to comment.