Skip to content

Commit

Permalink
[CHORE] image 태그 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji hwan Shin authored and Ji hwan Shin committed Apr 21, 2024
1 parent 226a27c commit 6912e0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
restart: unless-stopped

swagger:
image: swaggerapi/swagger-ui
image: swaggerapi/swagger-ui:latest
env_file:
- /home/ubuntu/docker/.swagger.env
container_name: swagger
Expand All @@ -39,7 +39,7 @@ services:
caddy.route.reverse_proxy: "{{ upstreams 8080 }}"

spring-green:
image: makerscrew/main #TODO - 경로 체크
image: makerscrew/main:latest #TODO - 경로 체크
env_file:
- ./application-secret.properties
environment:
Expand Down Expand Up @@ -100,7 +100,7 @@ services:
#TODO - 마이그 최신화

nestjs-green:
image: makerscrew/server
image: makerscrew/server:latest
env_file:
- ./.env
environment:
Expand Down Expand Up @@ -158,7 +158,7 @@ services:
caddy.route_14.reverse_proxy: "{{ upstreams 3000 }}"

spring-blue:
image: makerscrew/main
image: makerscrew/main:latest
env_file:
- ./application-secret.properties
environment:
Expand Down Expand Up @@ -215,7 +215,7 @@ services:
caddy.route_4.reverse_proxy: "{{ upstreams 4000 }}"

nestjs-blue:
image: makerscrew/server
image: makerscrew/server:latest
env_file:
- ./.env
environment:
Expand Down

0 comments on commit 6912e0f

Please sign in to comment.