We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd02f7 commit 8110d2aCopy full SHA for 8110d2a
Makefile
@@ -12,7 +12,7 @@ serve-dependencies:
12
docker compose up hmpps-auth prism local-stack-aws --build -d
13
14
serve: build-dev
15
- docker compose up -d
+ docker compose up -d --wait
16
17
publish:
18
./scripts/publish.sh
docker-compose.yml
@@ -32,6 +32,8 @@ services:
32
context: .
33
dockerfile: Dockerfile.prism
34
container_name: prism
35
+ healthcheck:
36
+ test: 'wget --header="Authorization: Bearer abc" http://127.0.0.1:4017/prisoner/A1234AL'
37
ports:
38
- '4010:4010'
39
- '4011:4011'
0 commit comments