Skip to content

Commit

Permalink
Adding back oclclient-qa2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Mar 11, 2021
1 parent aae2a93 commit fdd9ae2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions files/oclclient-qa2/docker-compose.yml
@@ -0,0 +1,15 @@
version: '2.1'

services:
oclclient:
image: openmrs/ocl-client:qa
environment:
- OCL_API_HOST=${OCL_API_HOST:-https://api.qa.aws.openconceptlab.org}
- TRADITIONAL_OCL_HOST=${TRADITIONAL_OCL_HOST:-https://qa.aws.openconceptlab.org}
- ENVIRONMENT=${ENVIRONMENT:-qa}
ports:
- 8084:80
restart: always
healthcheck:
test: ["CMD", "curl", "-sSf", "localhost"]

0 comments on commit fdd9ae2

Please sign in to comment.