We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d75259 + a92825d commit 554d352Copy full SHA for 554d352
1 file changed
docker-compose.ci.yml
@@ -0,0 +1,14 @@
1
+services:
2
+ fhir:
3
+ container_name: fhir-server
4
+ image: ghcr.io/nhsdigital/validation-service-fhir-r4:latest
5
+ ports:
6
+ - "8080:8080"
7
+ environment:
8
+ ONTO_AUTH_URL: ${ONTO_AUTH_URL}
9
+ ONTO_SERVER_URL: ${ONTO_SERVER_URL}
10
+ ONTO_CLIENT_ID: ${ONTO_CLIENT_ID}
11
+ ONTO_CLIENT_SECRET: ${ONTO_CLIENT_SECRET}
12
+ hapi_fhir_custom_bean_packages: com.nhs
13
+ volumes:
14
+ - ./hapi.application.yaml:/app/config/application.yaml:ro
0 commit comments