Skip to content

Commit

Permalink
don't mount a volume for mock-pay during ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Jan 16, 2025
1 parent 3af89f3 commit 1cbe5f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/docker-compose.ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
services:
app:
image: ${ECR_REGISTRY}/modernising-lpa/app:${TAG}

mock-pay:
build:
context: ..
dockerfile: docker/mock-pay/Dockerfile
container_name: mock-pay

0 comments on commit 1cbe5f9

Please sign in to comment.