Skip to content

Commit

Permalink
fix(): env path adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Dec 6, 2024
1 parent b1102d3 commit f90bb1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ SERVER_PUBLIC_DOMAIN="http://didcomm-mediator.com"
SERVER_LOCAL_PORT="8080"
STORAGE_DIRPATH="crates/generic-server/target/storage"
MONGO_DBN="mediator-coordination"
MONGO_URI="mongodb://localhost:27017"
MONGO_URI="mongodb://mongodb:27017"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV STORAGE_DIRPATH="crates/generic-server/target/storage"
COPY --from=builder /app/target/release/didcomm-mediator /usr/local/bin/didcomm-mediator

# Copy the default .env file
COPY .env /app/.env
COPY .env ./.env

# Expose the necessary port
EXPOSE 8080
Expand Down

0 comments on commit f90bb1f

Please sign in to comment.