Skip to content

Commit 0c377c3

Browse files
committed
add missing redis env var to docker-compose file
1 parent 1f29fce commit 0c377c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ services:
9999
- CLIENT_URL=http://localhost:3000
100100
- GATEWAY_URL=http://localhost:8080/api
101101
- CONTENT_FETCH_URL=http://content-fetch:8080/?token=some_token
102+
- REDIS_URL='redis://redis:6379'
102103
depends_on:
103104
migrate:
104105
condition: service_completed_successfully

0 commit comments

Comments
 (0)