mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add missing redis env var to docker-compose file
This commit is contained in:
parent
1f29fcef78
commit
0c377c370f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue