Skip to content

Commit

Permalink
refactor: production redis를 docker에서 지우고, AWS Elastic Cache로 변경한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Feb 10, 2025
1 parent 6baa705 commit 610589e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions server/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,8 @@ x-app: &app
TZ: Asia/Seoul
SPRING_PROFILES_ACTIVE: prod
restart: always
depends_on:
- redis

services:
redis:
container_name: redis
image: redis:7.4.1
restart: always
ports:
- '6379:6379'
app-blue:
<<: *app
container_name: app-blue
Expand Down

0 comments on commit 610589e

Please sign in to comment.