Skip to content

Commit

Permalink
Getting a working docker-compose file (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
cintiadr authored and dkayiwa committed May 23, 2018
1 parent 137cfd7 commit 98cc04a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: '2.1'

services:
oclclient:
image: openmrs/ocl-client:qa
image: openmrs/ocl-client:local
ports:
- 8081:80
restart: always
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80/ping"]
test: ["CMD", "wget", "-q", "-s", "http://localhost/"]

0 comments on commit 98cc04a

Please sign in to comment.