Skip to content

Commit

Permalink
build: docker-compose redis 컴포넌트 추가 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwooo committed Apr 1, 2024
1 parent 17d5e71 commit ccbc4fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ services:
networks:
- my_network

redis:
image: redis
container_name: redis-cache
ports:
- 6379:6379
networks:
- my_network

networks:
my_network:
driver: bridge

0 comments on commit ccbc4fd

Please sign in to comment.