Skip to content

Commit

Permalink
fix : 레디스 네트워크 연동 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom authored Aug 12, 2024
1 parent 14e10c9 commit 4bcd25d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/showpot-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- hotfix/**

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spring:
password: password
data:
redis:
host: yapp_redis
host: redis
port: 6379

token:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
ports:
- '8080:8080'
networks:
- app-network
- yapp-network

networks:
app-network:
driver: bridge
yapp-network:
external: true

0 comments on commit 4bcd25d

Please sign in to comment.