Skip to content

Commit

Permalink
env: 사용하지 않는 도메인 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
rdd9223 committed Jan 28, 2024
1 parent 942ddd9 commit f68aaf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ version: "3.7"
services:
swagger:
labels:
caddy: localhost crew.api.dev.sopt.org www.crew.api.dev.sopt.org
caddy: localhost crew.api.dev.sopt.org

spring:
environment:
- SPRING_PROFILES_ACTIVE=dev
labels:
caddy: localhost crew.api.dev.sopt.org www.crew.api.dev.sopt.org
caddy: localhost crew.api.dev.sopt.org

nestjs:
environment:
- NODE_ENV=dev
labels:
caddy: localhost crew.api.dev.sopt.org www.crew.api.dev.sopt.org
caddy: localhost crew.api.dev.sopt.org
6 changes: 3 additions & 3 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ version: "3.7"
services:
swagger:
labels:
caddy: localhost crew.api.prod.sopt.org www.crew.api.prod.sopt.org
caddy: localhost crew.api.prod.sopt.org

spring:
environment:
- SPRING_PROFILES_ACTIVE=prod
labels:
caddy: localhost crew.api.prod.sopt.org www.crew.api.prod.sopt.org
caddy: localhost crew.api.prod.sopt.org

nestjs:
environment:
- NODE_ENV=prod
labels:
caddy: localhost crew.api.prod.sopt.org www.crew.api.prod.sopt.org
caddy: localhost crew.api.prod.sopt.org

0 comments on commit f68aaf0

Please sign in to comment.