Skip to content

Commit

Permalink
fix(): polish intergration environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiantyemele committed Dec 6, 2024
1 parent 13f6426 commit 3b37136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ version: "3.8"
services:
mediator:
container_name: didcomm-mediator
image: ghcr.io/adorsys/didcomm-mediator-rs:merge
image: ghcr.io/adorsys/ghcr.io/adorsys/didcomm-mediator-rs:latest
ports:
- 3000:8080
env_file:
- .env
depends_on:
- mongodb
network_mode: host # Use the host's networking stack for the mediator container


mongodb:
image: mongo:latest
Expand All @@ -18,7 +18,7 @@ services:
- .env
volumes:
- mongo-data:/data/db
network_mode: bridge # Keep MongoDB container in the default bridge network


volumes:
mongo-data: null

0 comments on commit 3b37136

Please sign in to comment.