We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f29fce commit 0c377c3Copy full SHA for 0c377c3
docker-compose.yml
@@ -99,6 +99,7 @@ services:
99
- CLIENT_URL=http://localhost:3000
100
- GATEWAY_URL=http://localhost:8080/api
101
- CONTENT_FETCH_URL=http://content-fetch:8080/?token=some_token
102
+ - REDIS_URL='redis://redis:6379'
103
depends_on:
104
migrate:
105
condition: service_completed_successfully
0 commit comments