Skip to content

Commit

Permalink
[CHORE] 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji hwan Shin authored and Ji hwan Shin committed Apr 27, 2024
1 parent c7849a9 commit 8285124
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
swagger:
image: swaggerapi/swagger-ui:latest
env_file:
- /home/ubuntu/docker/.swagger.env
- ./.swagger.env
container_name: swagger
environment:
- URLS=
Expand All @@ -39,9 +39,9 @@ services:
caddy.route.reverse_proxy: "{{ upstreams 8080 }}"

spring-green:
image: makerscrew/main:latest #TODO - 경로 체크
image: makerscrew/main:latest
env_file:
- ./application-secret.properties
- ./.spring.env
environment:
- TZ=Asia/Seoul
- DEV_DB_HOST=${DEV_DB_HOST}
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
nestjs-green:
image: makerscrew/server:latest
env_file:
- ./.env
- ./.nestjs.env
environment:
- TZ=Asia/Seoul
- DB_HOST=${DB_HOST}
Expand Down Expand Up @@ -160,7 +160,7 @@ services:
spring-blue:
image: makerscrew/main:latest
env_file:
- ./application-secret.properties
- ./.spring.env
environment:
- TZ=Asia/Seoul
- DEV_DB_HOST=${DEV_DB_HOST}
Expand Down Expand Up @@ -217,7 +217,7 @@ services:
nestjs-blue:
image: makerscrew/server:latest
env_file:
- ./.env
- ./.nestjs.env
environment:
- TZ=Asia/Seoul
- DB_HOST=${DB_HOST}
Expand Down

0 comments on commit 8285124

Please sign in to comment.