Skip to content

Commit

Permalink
Merge pull request #52 from IABTechLab/bmz-UID2-4774-operator-config.…
Browse files Browse the repository at this point in the history
…json-core-volume

Mount operator-config.json volume to core container
  • Loading branch information
BehnamMozafari authored Feb 3, 2025
2 parents a51f20f + e6862b4 commit 9f0a399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ services:
volumes:
- ./docker/uid2-core/conf/default-config.json:/app/conf/default-config.json
- ./docker/uid2-core/conf/local-e2e-docker-config.json:/app/conf/local-config.json
- ./docker/uid2-core/conf/operator/operator-config.json:/app/conf/operator/operator-config.json
depends_on:
localstack:
condition: service_healthy
Expand Down

0 comments on commit 9f0a399

Please sign in to comment.