diff --git a/README.md b/README.md index 9266c0a..000c676 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Embeddings represent the semantic properies of the raw text and enable vector si 1. Before running the app, install [Docker Desktop](https://www.docker.com/products/docker-desktop/). 2. Clone (and optionally fork) this Github repo to your machine. ```bash - $ git clone https://github.com/RedisVentures/redis-arXiv-search.git + $ git clone https://github.com/redis-developer/redis-arxiv-search ``` 3. Make a copy of the `.env.template` file: ```bash diff --git a/docker-local-redis.yml b/docker-local-redis.yml index fdc6b01..1d43124 100644 --- a/docker-local-redis.yml +++ b/docker-local-redis.yml @@ -2,7 +2,6 @@ version: '3.9' services: backend: - # image: ghcr.io/redisventures/redis-arxiv-search:latest build: context: "." dockerfile: Dockerfile diff --git a/k8s/backend.yaml b/k8s/backend.yaml index df307b5..b04fb9c 100644 --- a/k8s/backend.yaml +++ b/k8s/backend.yaml @@ -26,7 +26,7 @@ spec: value: testing123 - name: REDIS_PORT value: "6379" - image: ghcr.io/redisventures/redis-arxiv-search:latest + image: ghcr.io/redis-developer/redis-arxiv-search:latest name: backend ports: - containerPort: 8888