Skip to content

Commit

Permalink
fix: dev redis compose 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdtkdgns committed Aug 6, 2023
1 parent 41cb69b commit fc6ba77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ dependencies {
implementation 'io.springfox:springfox-boot-starter:3.0.0'
implementation 'io.springfox:springfox-swagger-ui:3.0.0'
// Redis

implementation 'org.springframework.boot:spring-boot-starter-data-redis'

// AWS
implementation 'io.awspring.cloud:spring-cloud-starter-aws:2.4.2'

Expand Down
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
version: "3"

services:
redis:
image: "redis:alpine"
ports:
- "6379:6379"

backend-dev:
image: squirmm/teampple-server-dev:dev
container_name: backend-dev
Expand Down

0 comments on commit fc6ba77

Please sign in to comment.