Merge pull request #4214 from omnivore-app/fix/self-hosting-1

add missing redis env var to docker-compose file
This commit is contained in:
Hongbo Wu 2024-07-23 13:57:17 +08:00 committed by GitHub
commit ea7f24777a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,6 +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'
depends_on:
migrate:
condition: service_completed_successfully