Skip to content

Commit

Permalink
Add redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Svidunovich authored and Kirill Svidunovich committed Oct 29, 2023
1 parent fa1fefb commit 06e6452
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ services:
env_file:
- hakaton/.env

redis:
image: redis:7.2.1-alpine

backend:
build:
context: hakaton
Expand All @@ -24,6 +27,7 @@ services:
- media_volume:/app/media
depends_on:
- db
- redis

frontend:
build:
Expand Down

0 comments on commit 06e6452

Please sign in to comment.