Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix bug where credential-service expects config variables with authentication and external DB disabled [DEV-2843] #276

Merged
merged 5 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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