Skip to content

Commit

Permalink
fix: Fix bug where credential-service expects config variables with a…
Browse files Browse the repository at this point in the history
…uthentication and external DB disabled [DEV-2843] (#276)

* Fix bug with an incorrect logic of authentication.

* Update docker-compose-no-db.yml

* Update package-lock.json

* bump deps

* Update package-lock.json

---------

Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
  • Loading branch information
abdulla-ashurov and ankurdotb committed Jun 27, 2023
1 parent 5d07b7f commit 4008bdf
Show file tree
Hide file tree
Showing 4 changed files with 3,003 additions and 31,659 deletions.
6 changes: 5 additions & 1 deletion docker/no-external-db/docker-compose-no-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ version: '3.8'

# CAUTION: Please ensure you edit necessary values in .env.no-db before using this Docker Compose file.

# SYNTAX: docker compose -f docker/docker-compose-no-db.yml up --detach
# SYNTAX: docker compose -f docker/no-external-db/docker-compose-no-db.yml up --detach

services:
app:
# To change the image version, edit the ":latest" tag to the desired version
# For production/stable release, use ":latest"
# For development/staging release, use ":staging-latest"
image: ghcr.io/cheqd/credential-service:latest
ports:
- 3000:3000
# NOTE: Edit the values present within this file before running the service
env_file:
- no-db.env
Loading

0 comments on commit 4008bdf

Please sign in to comment.