mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
remove redis from docker-compose
This commit is contained in:
parent
b54b696fab
commit
75d9206262
1 changed files with 0 additions and 3 deletions
|
|
@ -58,12 +58,9 @@ 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
|
||||
redis:
|
||||
condition: service_healthy
|
||||
|
||||
web:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue