Skip to content

Commit

Permalink
Remove redis references
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranWardle committed May 29, 2024
1 parent cca19ec commit 2e92622
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions rm-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ services:
target: /gcp/config/google-credentials.json


redis:
container_name: redis
image: redis
ports:
- "6379:6379"

networks:
ssdcrmdockerdev_default:
external: true
4 changes: 0 additions & 4 deletions rm-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,8 @@ services:
rh-ui:
container_name: rh-ui
image: europe-west2-docker.pkg.dev/ssdc-rm-ci/docker/sdc-int-rh-ui:latest
depends_on:
- redis
environment:
- CONFIG_NAME=DevelopmentConfig
- REDIS_SERVER=redis
- REDIS_PORT=6379
- PORT=9092
- RHSVC_URL=http://host.docker.internal:8071
ports:
Expand Down

0 comments on commit 2e92622

Please sign in to comment.