Skip to content

Commit

Permalink
chore: prod nginx conf 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 10, 2024
1 parent dfe68e7 commit 3ddbdb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layer-api/infra/production/docker-compose-blue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
ports:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./nginx.blue.conf:/etc/nginx/nginx.conf
networks:
- app-network

Expand Down
2 changes: 1 addition & 1 deletion layer-api/infra/production/docker-compose-green.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
ports:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./nginx.green.conf:/etc/nginx/nginx.conf
networks:
- app-network

Expand Down

0 comments on commit 3ddbdb6

Please sign in to comment.