Skip to content

Commit

Permalink
SWM-34 fix: 재시작 옵션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
junseokkim committed Jul 15, 2024
1 parent 20ac18c commit 5ad5042
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
- redis-data:/data # 데이터 지속성을 위한 볼륨 설정
networks:
- app-network
restart: unless-stopped # Redis 컨테이너 재시작 옵션

# 애플리케이션 서비스 설정
antifragile:
Expand All @@ -21,7 +20,6 @@ services:
- SPRING_PROFILES_ACTIVE=develop # Spring 프로파일 설정
networks:
- app-network
restart: always # 애플리케이션 컨테이너 재시작 옵션

networks:
app-network:
Expand Down

0 comments on commit 5ad5042

Please sign in to comment.