Skip to content

Commit

Permalink
fix: docker-compose 파일에서 배치 내용 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Dec 2, 2024
1 parent ffd22b2 commit f2367dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
17 changes: 1 addition & 16 deletions layer-api/infra/production/docker-compose-blue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- ./tokens:/config/tokens
networks:
- app-network
-

layer-admin-blue:
image: docker.io/clean01/layer-server_layer-admin:latest
container_name: layer-admin-blue
Expand All @@ -29,20 +29,5 @@ services:
networks:
- app-network

batch-job-blue:
image: docker.io/clean01/layer-server_layer-batch:latest
container_name: layer-batch-blue
environment:
- TZ=Asia/Seoul
volumes:
- ./application-secret.properties:/config/application-secret.properties
- ./log:/log
- ./tokens:/config/tokens
networks:
- app-network
depends_on:
- layer-api-blue
restart: always

networks:
app-network:
14 changes: 0 additions & 14 deletions layer-api/infra/production/docker-compose-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,6 @@ services:
networks:
- app-network

batch-job-green:
image: docker.io/clean01/layer-server_layer-batch:latest
container_name: layer-batch-green
environment:
- TZ=Asia/Seoul
volumes:
- ./application-secret.properties:/config/application-secret.properties
- ./log:/log
- ./tokens:/config/tokens
networks:
- app-network
depends_on:
- layer-api-green
restart: always

networks:
app-network:

0 comments on commit f2367dd

Please sign in to comment.