Skip to content

Commit

Permalink
refactor : 네트워크 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Aug 12, 2024
1 parent 2eee69d commit db84873
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ services:
ports:
- '8080:8080'
networks:
- app-network
- yapp-network
depends_on:
- redis정

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

0 comments on commit db84873

Please sign in to comment.