Skip to content

Commit

Permalink
Merge pull request #17 from EleisonC/New-add-Redis
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
EleisonC authored Jun 16, 2024
2 parents 543b6a4 + d03df7c commit 9ce4c85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
POSTGRES_DB: postgres
ports:
- 5432:5432
redis:
image: redis:7.0-alpine
ports:
- 6379:6379

steps:
# Checkout code from the repository
Expand Down

0 comments on commit 9ce4c85

Please sign in to comment.