Skip to content

Commit

Permalink
Fix default REDIS_URL value
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarbazz committed Oct 24, 2024
1 parent 81dbcca commit f7ae2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
- CLIENT_URL=http://localhost:3000
- GATEWAY_URL=http://localhost:8080/api
- CONTENT_FETCH_URL=http://content-fetch:8080/?token=some_token
- REDIS_URL='redis://redis:6379'
- REDIS_URL=redis://redis:6379
depends_on:
migrate:
condition: service_completed_successfully
Expand Down

0 comments on commit f7ae2a4

Please sign in to comment.