Skip to content

Commit

Permalink
fix: Fix HOME directory passing
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <andrew.nikitin@evernym.com>
  • Loading branch information
Andrew Nikitin committed Jun 24, 2022
1 parent 08288d9 commit c744bf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ REDIRECTED_PORT="80"
LOCAL_REDIRECT_FROM=localhost:80

# Address with port of external Cheqd-DID-Resolver.
EXTERNAL_REDIRECT_TO=http://localhost:1313
EXTERNAL_REDIRECT_TO=https://did-resolver.cheqd.dev


CHEQD_RESOLVER_HOME_DIR="/home/cheqd-resolver"
3 changes: 3 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ services:
build:
dockerfile: docker/Dockerfile
context: ../
args:
- HOME=${CHEQD_RESOLVER_HOME_DIR}
configs:
- source: config
target: ${CHEQD_RESOLVER_HOME_DIR}/config.yaml
expose:
- ${RESOLVER_PORT}
ports:
- "${RESOLVER_PORT}:${RESOLVER_PORT}"
- "443:443"
profiles:
- full

Expand Down

0 comments on commit c744bf2

Please sign in to comment.