Skip to content

Commit

Permalink
fix: REDIS_HOST: cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jun 29, 2024
1 parent 4d8f208 commit 5b77a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.qa.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
APP_PORT: 3002
APP_ENV: development
DB_URL: postgres://root:1234@db:5432/rpkm67_db
REDIS_HOST: localhost
REDIS_HOST: cache
REDIS_PORT: 6379
REDIS_PASSWORD: 5678
JWT_SECRET: secret
Expand Down

0 comments on commit 5b77a23

Please sign in to comment.