Skip to content

Commit

Permalink
Use new image repository in docker compose (after #87)
Browse files Browse the repository at this point in the history
Signed-off-by: FabioPinheiro <[email protected]>
  • Loading branch information
FabioPinheiro committed Nov 29, 2024
1 parent 4e497f7 commit 070cae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions identus-docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
retries: 5

prism-node:
image: ghcr.io/input-output-hk/prism-node:2.4.1
image: docker.io/identus/prism-node:2.5.0
environment:
NODE_PSQL_HOST: db:5432
NODE_REFRESH_AND_SUBMIT_PERIOD:
Expand All @@ -31,7 +31,7 @@ services:
condition: service_healthy

cloud-agent:
image: ghcr.io/hyperledger/identus-cloud-agent:1.40.0
image: docker.io/identus/identus-cloud-agent:1.40.0
ports:
- "8085:8085" # API endpoint
- "8090:8090" # DIDComm endpoint
Expand Down Expand Up @@ -101,7 +101,7 @@ services:
- ./mongo-initdb.js:/docker-entrypoint-initdb.d/initdb.js

identus-mediator:
image: ghcr.io/hyperledger/identus-mediator:1.0.0
image: docker.io/identus/identus-mediator:1.0.0
ports:
- "8080:8080"
environment:
Expand Down

0 comments on commit 070cae7

Please sign in to comment.